Html Css Color HEX #3F9655 Chateau Green

📋 copy color: '#3F9655'

red 63 ◦ green 150 ◦ blue 85

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

Shades of Chateau Green #3F9655

Tints of Chateau Green #3F9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 21.14%
G = 50.34%
B = 28.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#3F9655 (or 0x3F9655) is known color: Chateau Green. HEX triplet: 3F, 96 and 55. RGB value is (63,150,85). Sum of RGB (Red+Green+Blue) = 63+150+85=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9655 is #C069AA. Grayscale: #747474. Windows color (decimal): -12609963 or 5609023. OLE color: 5609023.

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

Color convert

RGB 63 150 85 -
CMYK 0.58 0 0.43 0.41
HSL 135.17º 0.41% 0.42% -
HSV(B) 135.17º 0.58% 0.59% -
XYZ 14.6 23.53 12.37 -
YUV 116.58 110.18 89.79 -
System Red Green Blue C M Y K H S L
Decimal 63 150 85 0.58 0 0.43 0.41 135.17 0.41 0.42
Hex 3F 96 55 3A 0 2B 29 87 29 2A
Octal 77 226 125 72 0 53 51 207 51 52
Binary 111111 10010110 1010101 111010 0 101011 101001 10000111 101001 101010

Color Harmonies of #3F9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9655

Black with #3F9655

Text Example


Text Example

White with #3F9655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,150,85); }

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

background-color css

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

 a { background-color: rgb(63,150,85); }

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

border-color css

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

 span { border-color: rgb(63,150,85); }

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