Html Css Color HEX #3BAC55 Chateau Green

📋 copy color: '#3BAC55'

red 59 ◦ green 172 ◦ blue 85

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

Shades of Chateau Green #3BAC55

Tints of Chateau Green #3BAC55

RGB

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

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

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

R = 18.67%
G = 54.43%
B = 26.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#3BAC55 (or 0x3BAC55) is known color: Chateau Green. HEX triplet: 3B, AC and 55. RGB value is (59,172,85). Sum of RGB (Red+Green+Blue) = 59+172+85=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC55 is #C453AA. Grayscale: #808080. Windows color (decimal): -12866475 or 5614651. OLE color: 5614651.

HSL color Cylindrical-coordinate representation of color #3BAC55: hue angle of 133.81º 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 #3BAC55 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 172 85 -
CMYK 0.66 0 0.51 0.33
HSL 133.81º 0.49% 0.45% -
HSV(B) 133.81º 0.66% 0.67% -
XYZ 18.2 31.09 13.64 -
YUV 128.3 103.56 78.57 -
System Red Green Blue C M Y K H S L
Decimal 59 172 85 0.66 0 0.51 0.33 133.81 0.49 0.45
Hex 3B AC 55 42 0 33 21 86 31 2D
Octal 73 254 125 102 0 63 41 206 61 55
Binary 111011 10101100 1010101 1000010 0 110011 100001 10000110 110001 101101

Color Harmonies of #3BAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC55

Black with #3BAC55

Text Example


Text Example

White with #3BAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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