Html Css Color HEX #3F995C Chateau Green

📋 copy color: '#3F995C'

red 63 ◦ green 153 ◦ blue 92

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

Shades of Chateau Green #3F995C

Tints of Chateau Green #3F995C

RGB

 RED value IS 63 (25% from 255) = 20.45%

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

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

R = 20.45%
G = 49.68%
B = 29.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#3F995C (or 0x3F995C) is known color: Chateau Green. HEX triplet: 3F, 99 and 5C. RGB value is (63,153,92). Sum of RGB (Red+Green+Blue) = 63+153+92=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #3F995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F995C is #C066A3. Grayscale: #777777. Windows color (decimal): -12609188 or 6068543. OLE color: 6068543.

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

Color convert

RGB 63 153 92 -
CMYK 0.59 0 0.40 0.4
HSL 139.33º 0.42% 0.42% -
HSV(B) 139.33º 0.59% 0.6% -
XYZ 15.37 24.61 14.07 -
YUV 119.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 63 153 92 0.59 0 0.40 0.4 139.33 0.42 0.42
Hex 3F 99 5C 3B 0 28 28 8B 2A 2A
Octal 77 231 134 73 0 50 50 213 52 52
Binary 111111 10011001 1011100 111011 0 101000 101000 10001011 101010 101010

Color Harmonies of #3F995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F995C

Black with #3F995C

Text Example


Text Example

White with #3F995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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