Html Css Color HEX #3BA660 Chateau Green

📋 copy color: '#3BA660'

red 59 ◦ green 166 ◦ blue 96

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

Shades of Chateau Green #3BA660

Tints of Chateau Green #3BA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.71%

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

R = 18.38%
G = 51.71%
B = 29.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#3BA660 (or 0x3BA660) is known color: Chateau Green. HEX triplet: 3B, A6 and 60. RGB value is (59,166,96). Sum of RGB (Red+Green+Blue) = 59+166+96=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA660 is #C4599F. Grayscale: #7E7E7E. Windows color (decimal): -12868000 or 6334011. OLE color: 6334011.

HSL color Cylindrical-coordinate representation of color #3BA660: hue angle of 140.75º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA660 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 166 96 -
CMYK 0.64 0 0.42 0.35
HSL 140.75º 0.48% 0.44% -
HSV(B) 140.75º 0.64% 0.65% -
XYZ 17.55 29.05 15.75 -
YUV 126.03 111.05 80.19 -
System Red Green Blue C M Y K H S L
Decimal 59 166 96 0.64 0 0.42 0.35 140.75 0.48 0.44
Hex 3B A6 60 40 0 2A 23 8D 30 2C
Octal 73 246 140 100 0 52 43 215 60 54
Binary 111011 10100110 1100000 1000000 0 101010 100011 10001101 110000 101100

Color Harmonies of #3BA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA660

Black with #3BA660

Text Example


Text Example

White with #3BA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,166,96); }

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

background-color css

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

 a { background-color: rgb(59,166,96); }

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

border-color css

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

 span { border-color: rgb(59,166,96); }

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