#38926C

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

Shades of Eucalyptus #38926C

Tints of Eucalyptus #38926C

Color information

#38926C (or 0x38926C) is unknown color: approx Eucalyptus. HEX triplet: 38, 92 and 6C. RGB value is (56,146,108). Sum of RGB (Red+Green+Blue) = 56+146+108=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #38926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38926C is #C76D93. Grayscale: #727272. Windows color (decimal): -13069716 or 7115320. OLE color: 7115320.

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

Color convert

RGB56146108-
CMYK0.6200.260.43
HSL154.67º44.55%39.61%-
HSV(B)154.67º61.64%57.25%-
XYZ14.6222.4817.76-
YUV114.76124.1886.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=18.06%
G=47.10%
B=34.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461080.6200.260.43154.6744.5539.61
Hex38926C3E01A2B9b2d28
Octal7022215476032532335550
Binary11100010010010110110011111001101010101110011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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