Html Css Color HEX #3CA05A Chateau Green

📋 copy color: '#3CA05A'

red 60 ◦ green 160 ◦ blue 90

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

Shades of Chateau Green #3CA05A

Tints of Chateau Green #3CA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

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

R = 19.35%
G = 51.61%
B = 29.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#3CA05A (or 0x3CA05A) is known color: Chateau Green. HEX triplet: 3C, A0 and 5A. RGB value is (60,160,90). Sum of RGB (Red+Green+Blue) = 60+160+90=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA05A is #C35FA5. Grayscale: #7A7A7A. Windows color (decimal): -12804006 or 5939260. OLE color: 5939260.

HSL color Cylindrical-coordinate representation of color #3CA05A: hue angle of 138º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA05A is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 90 -
CMYK 0.62 0 0.44 0.37
HSL 138º 0.45% 0.43% -
HSV(B) 138º 0.63% 0.63% -
XYZ 16.28 26.84 14 -
YUV 122.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 60 160 90 0.62 0 0.44 0.37 138 0.45 0.43
Hex 3C A0 5A 3E 0 2C 25 8A 2D 2B
Octal 74 240 132 76 0 54 45 212 55 53
Binary 111100 10100000 1011010 111110 0 101100 100101 10001010 101101 101011

Color Harmonies of #3CA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA05A

Black with #3CA05A

Text Example


Text Example

White with #3CA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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