#38916C

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

Shades of Eucalyptus #38916C

Tints of Eucalyptus #38916C

Color information

#38916C (or 0x38916C) is unknown color: approx Eucalyptus. HEX triplet: 38, 91 and 6C. RGB value is (56,145,108). Sum of RGB (Red+Green+Blue) = 56+145+108=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #38916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38916C is #C76E93. Grayscale: #727272. Windows color (decimal): -13069972 or 7115064. OLE color: 7115064.

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

Color convert

RGB56145108-
CMYK0.6100.260.43
HSL155.06º44.28%39.41%-
HSV(B)155.06º61.38%56.86%-
XYZ14.4622.1717.71-
YUV114.17124.5186.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=18.12%
G=46.93%
B=34.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451080.6100.260.43155.0644.2839.41
Hex38916C3D01A2B9b2c27
Octal7022115475032532335447
Binary11100010010001110110011110101101010101110011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,145,108); }

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

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

 a { background-color: rgb(56,145,108); }

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

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

 span { border-color: rgb(56,145,108); }

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