Html Css Color HEX #3BB352 Chateau Green

📋 copy color: '#3BB352'

red 59 ◦ green 179 ◦ blue 82

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

Shades of Chateau Green #3BB352

Tints of Chateau Green #3BB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.94%

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

R = 18.44%
G = 55.94%
B = 25.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#3BB352 (or 0x3BB352) is known color: Chateau Green. HEX triplet: 3B, B3 and 52. RGB value is (59,179,82). Sum of RGB (Red+Green+Blue) = 59+179+82=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB352 is #C44CAD. Grayscale: #848484. Windows color (decimal): -12864686 or 5419835. OLE color: 5419835.

HSL color Cylindrical-coordinate representation of color #3BB352: hue angle of 131.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB352 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 179 82 -
CMYK 0.67 0 0.54 0.30
HSL 131.5º 0.5% 0.47% -
HSV(B) 131.5º 0.67% 0.7% -
XYZ 19.45 33.78 13.48 -
YUV 132.06 99.74 75.89 -
System Red Green Blue C M Y K H S L
Decimal 59 179 82 0.67 0 0.54 0.30 131.5 0.5 0.47
Hex 3B B3 52 43 0 36 1E 84 32 2F
Octal 73 263 122 103 0 66 36 204 62 57
Binary 111011 10110011 1010010 1000011 0 110110 11110 10000100 110010 101111

Color Harmonies of #3BB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB352

Black with #3BB352

Text Example


Text Example

White with #3BB352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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