Html Css Color HEX #3BB552 Chateau Green

📋 copy color: '#3BB552'

red 59 ◦ green 181 ◦ blue 82

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

Shades of Chateau Green #3BB552

Tints of Chateau Green #3BB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.21%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 18.32%
G = 56.21%
B = 25.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#3BB552 (or 0x3BB552) is known color: Chateau Green. HEX triplet: 3B, B5 and 52. RGB value is (59,181,82). Sum of RGB (Red+Green+Blue) = 59+181+82=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB552 is #C44AAD. Grayscale: #858585. Windows color (decimal): -12864174 or 5420347. OLE color: 5420347.

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

Color convert

RGB 59 181 82 -
CMYK 0.67 0 0.55 0.29
HSL 131.31º 0.51% 0.47% -
HSV(B) 131.31º 0.67% 0.71% -
XYZ 19.85 34.59 13.61 -
YUV 133.24 99.08 75.05 -
System Red Green Blue C M Y K H S L
Decimal 59 181 82 0.67 0 0.55 0.29 131.31 0.51 0.47
Hex 3B B5 52 43 0 37 1D 83 33 2F
Octal 73 265 122 103 0 67 35 203 63 57
Binary 111011 10110101 1010010 1000011 0 110111 11101 10000011 110011 101111

Color Harmonies of #3BB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB552

Black with #3BB552

Text Example


Text Example

White with #3BB552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,181,82); }

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

background-color css

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

 a { background-color: rgb(59,181,82); }

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

border-color css

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

 span { border-color: rgb(59,181,82); }

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