Html Css Color HEX #3FAA52 Chateau Green

📋 copy color: '#3FAA52'

red 63 ◦ green 170 ◦ blue 82

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

Shades of Chateau Green #3FAA52

Tints of Chateau Green #3FAA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

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

R = 20%
G = 53.97%
B = 26.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#3FAA52 (or 0x3FAA52) is known color: Chateau Green. HEX triplet: 3F, AA and 52. RGB value is (63,170,82). Sum of RGB (Red+Green+Blue) = 63+170+82=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA52 is #C055AD. Grayscale: #808080. Windows color (decimal): -12604846 or 5417535. OLE color: 5417535.

HSL color Cylindrical-coordinate representation of color #3FAA52: hue angle of 130.65º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA52 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 82 -
CMYK 0.63 0 0.52 0.33
HSL 130.65º 0.46% 0.46% -
HSV(B) 130.65º 0.63% 0.67% -
XYZ 17.95 30.42 12.91 -
YUV 127.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 63 170 82 0.63 0 0.52 0.33 130.65 0.46 0.46
Hex 3F AA 52 3F 0 34 21 83 2E 2E
Octal 77 252 122 77 0 64 41 203 56 56
Binary 111111 10101010 1010010 111111 0 110100 100001 10000011 101110 101110

Color Harmonies of #3FAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA52

Black with #3FAA52

Text Example


Text Example

White with #3FAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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