Html Css Color HEX #3CA14E Chateau Green

📋 copy color: '#3CA14E'

red 60 ◦ green 161 ◦ blue 78

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

Shades of Chateau Green #3CA14E

Tints of Chateau Green #3CA14E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.85%

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 20.07%
G = 53.85%
B = 26.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#3CA14E (or 0x3CA14E) is known color: Chateau Green. HEX triplet: 3C, A1 and 4E. RGB value is (60,161,78). Sum of RGB (Red+Green+Blue) = 60+161+78=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA14E is #C35EB1. Grayscale: #797979. Windows color (decimal): -12803762 or 5153084. OLE color: 5153084.

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

Color convert

RGB 60 161 78 -
CMYK 0.63 0 0.52 0.37
HSL 130.69º 0.46% 0.43% -
HSV(B) 130.69º 0.63% 0.63% -
XYZ 15.98 27 11.58 -
YUV 121.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 60 161 78 0.63 0 0.52 0.37 130.69 0.46 0.43
Hex 3C A1 4E 3F 0 34 25 83 2E 2B
Octal 74 241 116 77 0 64 45 203 56 53
Binary 111100 10100001 1001110 111111 0 110100 100101 10000011 101110 101011

Color Harmonies of #3CA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA14E

Black with #3CA14E

Text Example


Text Example

White with #3CA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,161,78); }

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

background-color css

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

 a { background-color: rgb(60,161,78); }

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

border-color css

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

 span { border-color: rgb(60,161,78); }

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