#38905E

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

Shades of Eucalyptus #38905E

Tints of Eucalyptus #38905E

Color information

#38905E (or 0x38905E) is unknown color: approx Eucalyptus. HEX triplet: 38, 90 and 5E. RGB value is (56,144,94). Sum of RGB (Red+Green+Blue) = 56+144+94=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #38905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38905E is #C76FA1. Grayscale: #707070. Windows color (decimal): -13070242 or 6197304. OLE color: 6197304.

HSL color Cylindrical-coordinate representation of color #38905E: hue angle of 145.91º 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 #38905E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB5614494-
CMYK0.6100.350.44
HSL145.91º44%39.22%-
HSV(B)145.91º61.11%56.47%-
XYZ13.6221.614.04-
YUV111.99117.8588.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=19.05%
G=48.98%
B=31.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144940.6100.350.44145.914439.22
Hex38905E3D0232C922c27
Octal7022013675043542225447
Binary111000100100001011110111101010001110110010010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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