Html Css Color HEX #3FAC60 Chateau Green

📋 copy color: '#3FAC60'

red 63 ◦ green 172 ◦ blue 96

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

Shades of Chateau Green #3FAC60

Tints of Chateau Green #3FAC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

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

R = 19.03%
G = 51.96%
B = 29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#3FAC60 (or 0x3FAC60) is known color: Chateau Green. HEX triplet: 3F, AC and 60. RGB value is (63,172,96). Sum of RGB (Red+Green+Blue) = 63+172+96=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC60 is #C0539F. Grayscale: #828282. Windows color (decimal): -12604320 or 6335551. OLE color: 6335551.

HSL color Cylindrical-coordinate representation of color #3FAC60: hue angle of 138.17º 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 #3FAC60 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 172 96 -
CMYK 0.63 0 0.44 0.33
HSL 138.17º 0.46% 0.46% -
HSV(B) 138.17º 0.63% 0.67% -
XYZ 18.91 31.41 16.13 -
YUV 130.75 108.39 79.68 -
System Red Green Blue C M Y K H S L
Decimal 63 172 96 0.63 0 0.44 0.33 138.17 0.46 0.46
Hex 3F AC 60 3F 0 2C 21 8A 2E 2E
Octal 77 254 140 77 0 54 41 212 56 56
Binary 111111 10101100 1100000 111111 0 101100 100001 10001010 101110 101110

Color Harmonies of #3FAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC60

Black with #3FAC60

Text Example


Text Example

White with #3FAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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