#38905C

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

Shades of Eucalyptus #38905C

Tints of Eucalyptus #38905C

Color information

#38905C (or 0x38905C) is unknown color: approx Eucalyptus. HEX triplet: 38, 90 and 5C. RGB value is (56,144,92). Sum of RGB (Red+Green+Blue) = 56+144+92=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #38905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38905C is #C76FA3. Grayscale: #6F6F6F. Windows color (decimal): -13070244 or 6066232. OLE color: 6066232.

HSL color Cylindrical-coordinate representation of color #38905C: hue angle of 144.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38905C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB5614492-
CMYK0.6100.360.44
HSL144.55º44%39.22%-
HSV(B)144.55º61.11%56.47%-
XYZ13.5421.5613.57-
YUV111.76116.8588.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=19.18%
G=49.32%
B=31.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144920.6100.360.44144.554439.22
Hex38905C3D0242C912c27
Octal7022013475044542215447
Binary111000100100001011100111101010010010110010010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38905C; }

 p { color: rgb(56,144,92); }

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

<style>
 a { background-color: #38905C; }

 a { background-color: rgb(56,144,92); }

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

<style>
 span { border-color: #38905C; }

 span { border-color: rgb(56,144,92); }

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