Html Css Color HEX #3CB250 Chateau Green

📋 copy color: '#3CB250'

red 60 ◦ green 178 ◦ blue 80

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

Shades of Chateau Green #3CB250

Tints of Chateau Green #3CB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.97%

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

R = 18.87%
G = 55.97%
B = 25.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#3CB250 (or 0x3CB250) is known color: Chateau Green. HEX triplet: 3C, B2 and 50. RGB value is (60,178,80). Sum of RGB (Red+Green+Blue) = 60+178+80=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB250 is #C34DAF. Grayscale: #838383. Windows color (decimal): -12799408 or 5288508. OLE color: 5288508.

HSL color Cylindrical-coordinate representation of color #3CB250: hue angle of 130.17º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB250 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 80 -
CMYK 0.66 0 0.55 0.30
HSL 130.17º 0.5% 0.47% -
HSV(B) 130.17º 0.66% 0.7% -
XYZ 19.23 33.38 13.02 -
YUV 131.55 98.91 76.97 -
System Red Green Blue C M Y K H S L
Decimal 60 178 80 0.66 0 0.55 0.30 130.17 0.5 0.47
Hex 3C B2 50 42 0 37 1E 82 32 2F
Octal 74 262 120 102 0 67 36 202 62 57
Binary 111100 10110010 1010000 1000010 0 110111 11110 10000010 110010 101111

Color Harmonies of #3CB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB250

Black with #3CB250

Text Example


Text Example

White with #3CB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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