Html Css Color HEX #3BA059 Chateau Green

📋 copy color: '#3BA059'

red 59 ◦ green 160 ◦ blue 89

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

Shades of Chateau Green #3BA059

Tints of Chateau Green #3BA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 19.16%
G = 51.95%
B = 28.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#3BA059 (or 0x3BA059) is known color: Chateau Green. HEX triplet: 3B, A0 and 59. RGB value is (59,160,89). Sum of RGB (Red+Green+Blue) = 59+160+89=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA059 is #C45FA6. Grayscale: #797979. Windows color (decimal): -12869543 or 5873723. OLE color: 5873723.

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

Color convert

RGB 59 160 89 -
CMYK 0.63 0 0.44 0.37
HSL 137.82º 0.46% 0.43% -
HSV(B) 137.82º 0.63% 0.63% -
XYZ 16.18 26.79 13.77 -
YUV 121.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 59 160 89 0.63 0 0.44 0.37 137.82 0.46 0.43
Hex 3B A0 59 3F 0 2C 25 8A 2E 2B
Octal 73 240 131 77 0 54 45 212 56 53
Binary 111011 10100000 1011001 111111 0 101100 100101 10001010 101110 101011

Color Harmonies of #3BA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA059

Black with #3BA059

Text Example


Text Example

White with #3BA059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,89); }

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

background-color css

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

 a { background-color: rgb(59,160,89); }

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

border-color css

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

 span { border-color: rgb(59,160,89); }

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