#38925E

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

Shades of Eucalyptus #38925E

Tints of Eucalyptus #38925E

Color information

#38925E (or 0x38925E) is unknown color: approx Eucalyptus. HEX triplet: 38, 92 and 5E. RGB value is (56,146,94). Sum of RGB (Red+Green+Blue) = 56+146+94=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #38925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38925E is #C76DA1. Grayscale: #717171. Windows color (decimal): -13069730 or 6197816. OLE color: 6197816.

HSL color Cylindrical-coordinate representation of color #38925E: hue angle of 145.33º 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 #38925E is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5614694-
CMYK0.6200.360.43
HSL145.33º44.55%39.61%-
HSV(B)145.33º61.64%57.25%-
XYZ13.9322.2114.14-
YUV113.16117.1887.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=18.92%
G=49.32%
B=31.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146940.6200.360.43145.3344.5539.61
Hex38925E3E0242B912d28
Octal7022213676044532215550
Binary111000100100101011110111110010010010101110010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38925E; }

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

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

<style>
 a { background-color: #38925E; }

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

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

<style>
 span { border-color: #38925E; }

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

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