Html Css Color HEX #3BAC53 Chateau Green

📋 copy color: '#3BAC53'

red 59 ◦ green 172 ◦ blue 83

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

Shades of Chateau Green #3BAC53

Tints of Chateau Green #3BAC53

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 18.79%
G = 54.78%
B = 26.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#3BAC53 (or 0x3BAC53) is known color: Chateau Green. HEX triplet: 3B, AC and 53. RGB value is (59,172,83). Sum of RGB (Red+Green+Blue) = 59+172+83=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC53 is #C453AC. Grayscale: #808080. Windows color (decimal): -12866477 or 5483579. OLE color: 5483579.

HSL color Cylindrical-coordinate representation of color #3BAC53: hue angle of 132.74º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC53 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 172 83 -
CMYK 0.66 0 0.52 0.33
HSL 132.74º 0.49% 0.45% -
HSV(B) 132.74º 0.66% 0.67% -
XYZ 18.12 31.06 13.22 -
YUV 128.07 102.56 78.74 -
System Red Green Blue C M Y K H S L
Decimal 59 172 83 0.66 0 0.52 0.33 132.74 0.49 0.45
Hex 3B AC 53 42 0 34 21 85 31 2D
Octal 73 254 123 102 0 64 41 205 61 55
Binary 111011 10101100 1010011 1000010 0 110100 100001 10000101 110001 101101

Color Harmonies of #3BAC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC53

Black with #3BAC53

Text Example


Text Example

White with #3BAC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,172,83); }

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

background-color css

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

 a { background-color: rgb(59,172,83); }

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

border-color css

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

 span { border-color: rgb(59,172,83); }

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