#38935B

Color #38935B Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #38935B

Tints of Eucalyptus #38935B

Color information

#38935B (or 0x38935B) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 5B. RGB value is (56,147,91). Sum of RGB (Red+Green+Blue) = 56+147+91=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #38935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38935B is #C76CA4. Grayscale: #717171. Windows color (decimal): -13069477 or 6001464. OLE color: 6001464.

HSL color Cylindrical-coordinate representation of color #38935B: hue angle of 143.08º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38935B is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5614791-
CMYK0.6200.380.42
HSL143.08º44.83%39.8%-
HSV(B)143.08º61.9%57.65%-
XYZ13.9522.4613.5-
YUV113.41115.3587.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=19.05%
G=50%
B=30.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147910.6200.380.42143.0844.8339.8
Hex38935B3E0262A8f2d28
Octal7022313376046522175550
Binary111000100100111011011111110010011010101010001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38935B; }

 p { color: rgb(56,147,91); }

 H1.HeaderClassName
 {
   color: #38935B;
 }
 .AnyTagClassName
 {
   color: #38935B;
 }
</style>
background-color css

<style>
 a { background-color: #38935B; }

 a { background-color: rgb(56,147,91); }

 div.DivClassName
 {
   background-color: #38935B;
 }
 .BgClassName
 {
   background-color: #38935B;
 }
</style>
border-color css

<style>
 span { border-color: #38935B; }

 span { border-color: rgb(56,147,91); }

 td.TdClassName
 {
   border-color: #38935B;
 }
 .TagClassName
 {
   border-color: #38935B;
 }
</style>