Html Css Color HEX #3F9352 Chateau Green

📋 copy color: '#3F9352'

red 63 ◦ green 147 ◦ blue 82

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

Shades of Chateau Green #3F9352

Tints of Chateau Green #3F9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 21.58%
G = 50.34%
B = 28.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#3F9352 (or 0x3F9352) is known color: Chateau Green. HEX triplet: 3F, 93 and 52. RGB value is (63,147,82). Sum of RGB (Red+Green+Blue) = 63+147+82=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9352 is #C06CAD. Grayscale: #727272. Windows color (decimal): -12610734 or 5411647. OLE color: 5411647.

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

Color convert

RGB 63 147 82 -
CMYK 0.57 0 0.44 0.42
HSL 133.57º 0.4% 0.41% -
HSV(B) 133.57º 0.57% 0.58% -
XYZ 14.01 22.53 11.59 -
YUV 114.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 63 147 82 0.57 0 0.44 0.42 133.57 0.4 0.41
Hex 3F 93 52 39 0 2C 2A 86 28 29
Octal 77 223 122 71 0 54 52 206 50 51
Binary 111111 10010011 1010010 111001 0 101100 101010 10000110 101000 101001

Color Harmonies of #3F9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9352

Black with #3F9352

Text Example


Text Example

White with #3F9352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,82); }

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

background-color css

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

 a { background-color: rgb(63,147,82); }

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

border-color css

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

 span { border-color: rgb(63,147,82); }

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