Html Css Color HEX #3CAB50 Chateau Green

📋 copy color: '#3CAB50'

red 60 ◦ green 171 ◦ blue 80

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

Shades of Chateau Green #3CAB50

Tints of Chateau Green #3CAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.98%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 19.29%
G = 54.98%
B = 25.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#3CAB50 (or 0x3CAB50) is known color: Chateau Green. HEX triplet: 3C, AB and 50. RGB value is (60,171,80). Sum of RGB (Red+Green+Blue) = 60+171+80=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB50 is #C354AF. Grayscale: #7F7F7F. Windows color (decimal): -12801200 or 5286716. OLE color: 5286716.

HSL color Cylindrical-coordinate representation of color #3CAB50: hue angle of 130.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB50 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 171 80 -
CMYK 0.65 0 0.53 0.33
HSL 130.81º 0.48% 0.45% -
HSV(B) 130.81º 0.65% 0.67% -
XYZ 17.87 30.67 12.57 -
YUV 127.44 101.23 79.9 -
System Red Green Blue C M Y K H S L
Decimal 60 171 80 0.65 0 0.53 0.33 130.81 0.48 0.45
Hex 3C AB 50 41 0 35 21 83 30 2D
Octal 74 253 120 101 0 65 41 203 60 55
Binary 111100 10101011 1010000 1000001 0 110101 100001 10000011 110000 101101

Color Harmonies of #3CAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB50

Black with #3CAB50

Text Example


Text Example

White with #3CAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,171,80); }

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

background-color css

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

 a { background-color: rgb(60,171,80); }

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

border-color css

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

 span { border-color: rgb(60,171,80); }

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