Html Css Color HEX #3C995C Chateau Green

📋 copy color: '#3C995C'

red 60 ◦ green 153 ◦ blue 92

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

Shades of Chateau Green #3C995C

Tints of Chateau Green #3C995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 19.67%
G = 50.16%
B = 30.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#3C995C (or 0x3C995C) is known color: Chateau Green. HEX triplet: 3C, 99 and 5C. RGB value is (60,153,92). Sum of RGB (Red+Green+Blue) = 60+153+92=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995C is #C366A3. Grayscale: #767676. Windows color (decimal): -12805796 or 6068540. OLE color: 6068540.

HSL color Cylindrical-coordinate representation of color #3C995C: hue angle of 140.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C995C is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 153 92 -
CMYK 0.61 0 0.40 0.4
HSL 140.65º 0.44% 0.42% -
HSV(B) 140.65º 0.61% 0.6% -
XYZ 15.19 24.52 14.06 -
YUV 118.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 60 153 92 0.61 0 0.40 0.4 140.65 0.44 0.42
Hex 3C 99 5C 3D 0 28 28 8D 2C 2A
Octal 74 231 134 75 0 50 50 215 54 52
Binary 111100 10011001 1011100 111101 0 101000 101000 10001101 101100 101010

Color Harmonies of #3C995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C995C

Black with #3C995C

Text Example


Text Example

White with #3C995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,153,92); }

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

background-color css

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

 a { background-color: rgb(60,153,92); }

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

border-color css

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

 span { border-color: rgb(60,153,92); }

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