Html Css Color HEX #3CA250 Chateau Green

📋 copy color: '#3CA250'

red 60 ◦ green 162 ◦ blue 80

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

Shades of Chateau Green #3CA250

Tints of Chateau Green #3CA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.64%

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

R = 19.87%
G = 53.64%
B = 26.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#3CA250 (or 0x3CA250) is known color: Chateau Green. HEX triplet: 3C, A2 and 50. RGB value is (60,162,80). Sum of RGB (Red+Green+Blue) = 60+162+80=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA250 is #C35DAF. Grayscale: #7A7A7A. Windows color (decimal): -12803504 or 5284412. OLE color: 5284412.

HSL color Cylindrical-coordinate representation of color #3CA250: hue angle of 131.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA250 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 80 -
CMYK 0.63 0 0.51 0.36
HSL 131.76º 0.46% 0.44% -
HSV(B) 131.76º 0.63% 0.64% -
XYZ 16.23 27.38 12.02 -
YUV 122.15 104.21 83.67 -
System Red Green Blue C M Y K H S L
Decimal 60 162 80 0.63 0 0.51 0.36 131.76 0.46 0.44
Hex 3C A2 50 3F 0 33 24 84 2E 2C
Octal 74 242 120 77 0 63 44 204 56 54
Binary 111100 10100010 1010000 111111 0 110011 100100 10000100 101110 101100

Color Harmonies of #3CA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA250

Black with #3CA250

Text Example


Text Example

White with #3CA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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