Html Css Color HEX #3BA65B Chateau Green

📋 copy color: '#3BA65B'

red 59 ◦ green 166 ◦ blue 91

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

Shades of Chateau Green #3BA65B

Tints of Chateau Green #3BA65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 18.67%
G = 52.53%
B = 28.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#3BA65B (or 0x3BA65B) is known color: Chateau Green. HEX triplet: 3B, A6 and 5B. RGB value is (59,166,91). Sum of RGB (Red+Green+Blue) = 59+166+91=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA65B is #C459A4. Grayscale: #7D7D7D. Windows color (decimal): -12868005 or 6006331. OLE color: 6006331.

HSL color Cylindrical-coordinate representation of color #3BA65B: hue angle of 137.94º 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 #3BA65B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 166 91 -
CMYK 0.64 0 0.45 0.35
HSL 137.94º 0.48% 0.44% -
HSV(B) 137.94º 0.64% 0.65% -
XYZ 17.33 28.96 14.57 -
YUV 125.46 108.55 80.6 -
System Red Green Blue C M Y K H S L
Decimal 59 166 91 0.64 0 0.45 0.35 137.94 0.48 0.44
Hex 3B A6 5B 40 0 2D 23 8A 30 2C
Octal 73 246 133 100 0 55 43 212 60 54
Binary 111011 10100110 1011011 1000000 0 101101 100011 10001010 110000 101100

Color Harmonies of #3BA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA65B

Black with #3BA65B

Text Example


Text Example

White with #3BA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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