Html Css Color HEX #3A905A Eucalyptus

📋 copy color: '#3A905A'

red 58 ◦ green 144 ◦ blue 90

#3A905A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #3A905A

Tints of Eucalyptus #3A905A

RGB

 RED value IS 58 (23.05% from 255) = 19.86%

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 90 (35.55% from 255) = 30.82%

R = 19.86%
G = 49.32%
B = 30.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#3A905A (or 0x3A905A) is known color: Eucalyptus. HEX triplet: 3A, 90 and 5A. RGB value is (58,144,90). Sum of RGB (Red+Green+Blue) = 58+144+90=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #3A905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A905A is #C56FA5. Grayscale: #707070. Windows color (decimal): -12939174 or 5935162. OLE color: 5935162.

HSL color Cylindrical-coordinate representation of color #3A905A: hue angle of 142.33º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A905A is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 144 90 -
CMYK 0.60 0 0.37 0.44
HSL 142.33º 0.43% 0.4% -
HSV(B) 142.33º 0.6% 0.56% -
XYZ 13.56 21.58 13.12 -
YUV 112.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 58 144 90 0.60 0 0.37 0.44 142.33 0.43 0.4
Hex 3A 90 5A 3C 0 25 2C 8E 2B 28
Octal 72 220 132 74 0 45 54 216 53 50
Binary 111010 10010000 1011010 111100 0 100101 101100 10001110 101011 101000

Color Harmonies of #3A905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A905A

Black with #3A905A

Text Example


Text Example

White with #3A905A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,90); }

 H1.HeaderClassName
 {
   color: #3A905A;
 }
 .AnyTagClassName
 {
   color: #3A905A;
 }
</style>

background-color css

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

 a { background-color: rgb(58,144,90); }

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

border-color css

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

 span { border-color: rgb(58,144,90); }

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