Html Css Color HEX #3C905A Eucalyptus

📋 copy color: '#3C905A'

red 60 ◦ green 144 ◦ blue 90

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

Shades of Eucalyptus #3C905A

Tints of Eucalyptus #3C905A

RGB

 RED value IS 60 (23.83% from 255) = 20.41%

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

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

R = 20.41%
G = 48.98%
B = 30.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#3C905A (or 0x3C905A) is known color: Eucalyptus. HEX triplet: 3C, 90 and 5A. RGB value is (60,144,90). Sum of RGB (Red+Green+Blue) = 60+144+90=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #3C905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C905A is #C36FA5. Grayscale: #707070. Windows color (decimal): -12808102 or 5935164. OLE color: 5935164.

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

Color convert

RGB 60 144 90 -
CMYK 0.58 0 0.37 0.44
HSL 141.43º 0.41% 0.4% -
HSV(B) 141.43º 0.58% 0.56% -
XYZ 13.68 21.65 13.13 -
YUV 112.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 60 144 90 0.58 0 0.37 0.44 141.43 0.41 0.4
Hex 3C 90 5A 3A 0 25 2C 8D 29 28
Octal 74 220 132 72 0 45 54 215 51 50
Binary 111100 10010000 1011010 111010 0 100101 101100 10001101 101001 101000

Color Harmonies of #3C905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C905A

Black with #3C905A

Text Example


Text Example

White with #3C905A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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