Html Css Color HEX #3BA961 Chateau Green

📋 copy color: '#3BA961'

red 59 ◦ green 169 ◦ blue 97

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

Shades of Chateau Green #3BA961

Tints of Chateau Green #3BA961

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 18.15%
G = 52%
B = 29.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#3BA961 (or 0x3BA961) is known color: Chateau Green. HEX triplet: 3B, A9 and 61. RGB value is (59,169,97). Sum of RGB (Red+Green+Blue) = 59+169+97=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA961 is #C4569E. Grayscale: #808080. Windows color (decimal): -12867231 or 6400315. OLE color: 6400315.

HSL color Cylindrical-coordinate representation of color #3BA961: hue angle of 140.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA961 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 169 97 -
CMYK 0.65 0 0.43 0.34
HSL 140.73º 0.48% 0.45% -
HSV(B) 140.73º 0.65% 0.66% -
XYZ 18.15 30.17 16.18 -
YUV 127.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 59 169 97 0.65 0 0.43 0.34 140.73 0.48 0.45
Hex 3B A9 61 41 0 2B 22 8D 30 2D
Octal 73 251 141 101 0 53 42 215 60 55
Binary 111011 10101001 1100001 1000001 0 101011 100010 10001101 110000 101101

Color Harmonies of #3BA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA961

Black with #3BA961

Text Example


Text Example

White with #3BA961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,169,97); }

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

background-color css

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

 a { background-color: rgb(59,169,97); }

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

border-color css

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

 span { border-color: rgb(59,169,97); }

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