#38976D

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

Shades of Eucalyptus #38976D

Tints of Eucalyptus #38976D

Color information

#38976D (or 0x38976D) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 6D. RGB value is (56,151,109). Sum of RGB (Red+Green+Blue) = 56+151+109=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #38976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38976D is #C76892. Grayscale: #757575. Windows color (decimal): -13068435 or 7182136. OLE color: 7182136.

HSL color Cylindrical-coordinate representation of color #38976D: hue angle of 153.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38976D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB56151109-
CMYK0.6300.280.41
HSL153.47º45.89%40.59%-
HSV(B)153.47º62.91%59.22%-
XYZ15.4624.0818.3-
YUV117.81123.0383.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=17.72%
G=47.78%
B=34.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511090.6300.280.41153.4745.8940.59
Hex38976D3F01C29992e29
Octal7022715577034512315651
Binary11100010010111110110111111101110010100110011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38976D; }

 p { color: rgb(56,151,109); }

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

<style>
 a { background-color: #38976D; }

 a { background-color: rgb(56,151,109); }

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

<style>
 span { border-color: #38976D; }

 span { border-color: rgb(56,151,109); }

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