#3A8E5C

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

Shades of Eucalyptus #3A8E5C

Tints of Eucalyptus #3A8E5C

Color information

#3A8E5C (or 0x3A8E5C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 8E and 5C. RGB value is (58,142,92). Sum of RGB (Red+Green+Blue) = 58+142+92=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8E5C is #C571A3. Grayscale: #6F6F6F. Windows color (decimal): -12939684 or 6065722. OLE color: 6065722.

HSL color Cylindrical-coordinate representation of color #3A8E5C: hue angle of 144.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8E5C is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB5814292-
CMYK0.5900.350.44
HSL144.29º42%39.22%-
HSV(B)144.29º59.15%55.69%-
XYZ13.3521.0213.48-
YUV111.18117.1790.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=19.86%
G=48.63%
B=31.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58142920.5900.350.44144.294239.22
Hex3A8E5C3B0232C902a27
Octal7221613473043542205247
Binary111010100011101011100111011010001110110010010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A8E5C; }

 p { color: rgb(58,142,92); }

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

<style>
 a { background-color: #3A8E5C; }

 a { background-color: rgb(58,142,92); }

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

<style>
 span { border-color: #3A8E5C; }

 span { border-color: rgb(58,142,92); }

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