Html Css Color HEX #3BB655 Chateau Green

📋 copy color: '#3BB655'

red 59 ◦ green 182 ◦ blue 85

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

Shades of Chateau Green #3BB655

Tints of Chateau Green #3BB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 18.1%
G = 55.83%
B = 26.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#3BB655 (or 0x3BB655) is known color: Chateau Green. HEX triplet: 3B, B6 and 55. RGB value is (59,182,85). Sum of RGB (Red+Green+Blue) = 59+182+85=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB655 is #C449AA. Grayscale: #868686. Windows color (decimal): -12863915 or 5617211. OLE color: 5617211.

HSL color Cylindrical-coordinate representation of color #3BB655: hue angle of 132.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB655 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 182 85 -
CMYK 0.68 0 0.53 0.29
HSL 132.68º 0.51% 0.47% -
HSV(B) 132.68º 0.68% 0.71% -
XYZ 20.17 35.04 14.29 -
YUV 134.17 100.25 74.39 -
System Red Green Blue C M Y K H S L
Decimal 59 182 85 0.68 0 0.53 0.29 132.68 0.51 0.47
Hex 3B B6 55 44 0 35 1D 85 33 2F
Octal 73 266 125 104 0 65 35 205 63 57
Binary 111011 10110110 1010101 1000100 0 110101 11101 10000101 110011 101111

Color Harmonies of #3BB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB655

Black with #3BB655

Text Example


Text Example

White with #3BB655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,182,85); }

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

background-color css

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

 a { background-color: rgb(59,182,85); }

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

border-color css

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

 span { border-color: rgb(59,182,85); }

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