Html Css Color HEX #3F9860 Chateau Green

📋 copy color: '#3F9860'

red 63 ◦ green 152 ◦ blue 96

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

Shades of Chateau Green #3F9860

Tints of Chateau Green #3F9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 20.26%
G = 48.87%
B = 30.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#3F9860 (or 0x3F9860) is known color: Chateau Green. HEX triplet: 3F, 98 and 60. RGB value is (63,152,96). Sum of RGB (Red+Green+Blue) = 63+152+96=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9860 is #C0679F. Grayscale: #777777. Windows color (decimal): -12609440 or 6330431. OLE color: 6330431.

HSL color Cylindrical-coordinate representation of color #3F9860: hue angle of 142.25º degrees, saturation: 0.41, 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 #3F9860 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 96 -
CMYK 0.59 0 0.37 0.40
HSL 142.25º 0.41% 0.42% -
HSV(B) 142.25º 0.59% 0.6% -
XYZ 15.39 24.36 14.96 -
YUV 119.01 115.01 88.05 -
System Red Green Blue C M Y K H S L
Decimal 63 152 96 0.59 0 0.37 0.40 142.25 0.41 0.42
Hex 3F 98 60 3B 0 25 28 8E 29 2A
Octal 77 230 140 73 0 45 50 216 51 52
Binary 111111 10011000 1100000 111011 0 100101 101000 10001110 101001 101010

Color Harmonies of #3F9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9860

Black with #3F9860

Text Example


Text Example

White with #3F9860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,152,96); }

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

background-color css

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

 a { background-color: rgb(63,152,96); }

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

border-color css

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

 span { border-color: rgb(63,152,96); }

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