Html Css Color HEX #3CA05D Chateau Green

📋 copy color: '#3CA05D'

red 60 ◦ green 160 ◦ blue 93

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

Shades of Chateau Green #3CA05D

Tints of Chateau Green #3CA05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 19.17%
G = 51.12%
B = 29.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#3CA05D (or 0x3CA05D) is known color: Chateau Green. HEX triplet: 3C, A0 and 5D. RGB value is (60,160,93). Sum of RGB (Red+Green+Blue) = 60+160+93=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA05D is #C35FA2. Grayscale: #7A7A7A. Windows color (decimal): -12804003 or 6135868. OLE color: 6135868.

HSL color Cylindrical-coordinate representation of color #3CA05D: hue angle of 139.8º 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 #3CA05D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 93 -
CMYK 0.62 0 0.42 0.37
HSL 139.8º 0.45% 0.43% -
HSV(B) 139.8º 0.63% 0.63% -
XYZ 16.41 26.89 14.68 -
YUV 122.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 60 160 93 0.62 0 0.42 0.37 139.8 0.45 0.43
Hex 3C A0 5D 3E 0 2A 25 8C 2D 2B
Octal 74 240 135 76 0 52 45 214 55 53
Binary 111100 10100000 1011101 111110 0 101010 100101 10001100 101101 101011

Color Harmonies of #3CA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA05D

Black with #3CA05D

Text Example


Text Example

White with #3CA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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