Html Css Color HEX #3BA061 Chateau Green

📋 copy color: '#3BA061'

red 59 ◦ green 160 ◦ blue 97

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

Shades of Chateau Green #3BA061

Tints of Chateau Green #3BA061

RGB

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

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

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

R = 18.67%
G = 50.63%
B = 30.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#3BA061 (or 0x3BA061) is known color: Chateau Green. HEX triplet: 3B, A0 and 61. RGB value is (59,160,97). Sum of RGB (Red+Green+Blue) = 59+160+97=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA061 is #C45F9E. Grayscale: #7A7A7A. Windows color (decimal): -12869535 or 6398011. OLE color: 6398011.

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

Color convert

RGB 59 160 97 -
CMYK 0.63 0 0.39 0.37
HSL 142.57º 0.46% 0.43% -
HSV(B) 142.57º 0.63% 0.63% -
XYZ 16.53 26.93 15.64 -
YUV 122.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 59 160 97 0.63 0 0.39 0.37 142.57 0.46 0.43
Hex 3B A0 61 3F 0 27 25 8F 2E 2B
Octal 73 240 141 77 0 47 45 217 56 53
Binary 111011 10100000 1100001 111111 0 100111 100101 10001111 101110 101011

Color Harmonies of #3BA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA061

Black with #3BA061

Text Example


Text Example

White with #3BA061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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