Html Css Color HEX #3C975B Chateau Green

📋 copy color: '#3C975B'

red 60 ◦ green 151 ◦ blue 91

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

Shades of Chateau Green #3C975B

Tints of Chateau Green #3C975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 19.87%
G = 50%
B = 30.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#3C975B (or 0x3C975B) is known color: Chateau Green. HEX triplet: 3C, 97 and 5B. RGB value is (60,151,91). Sum of RGB (Red+Green+Blue) = 60+151+91=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #3C975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C975B is #C368A4. Grayscale: #757575. Windows color (decimal): -12806309 or 6002492. OLE color: 6002492.

HSL color Cylindrical-coordinate representation of color #3C975B: hue angle of 140.44º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C975B is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 151 91 -
CMYK 0.60 0 0.40 0.41
HSL 140.44º 0.43% 0.41% -
HSV(B) 140.44º 0.6% 0.59% -
XYZ 14.82 23.85 13.72 -
YUV 116.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 60 151 91 0.60 0 0.40 0.41 140.44 0.43 0.41
Hex 3C 97 5B 3C 0 28 29 8C 2B 29
Octal 74 227 133 74 0 50 51 214 53 51
Binary 111100 10010111 1011011 111100 0 101000 101001 10001100 101011 101001

Color Harmonies of #3C975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C975B

Black with #3C975B

Text Example


Text Example

White with #3C975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,151,91); }

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

background-color css

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

 a { background-color: rgb(60,151,91); }

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

border-color css

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

 span { border-color: rgb(60,151,91); }

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