Html Css Color HEX #3BAF55 Chateau Green

📋 copy color: '#3BAF55'

red 59 ◦ green 175 ◦ blue 85

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

Shades of Chateau Green #3BAF55

Tints of Chateau Green #3BAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.86%

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

R = 18.5%
G = 54.86%
B = 26.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#3BAF55 (or 0x3BAF55) is known color: Chateau Green. HEX triplet: 3B, AF and 55. RGB value is (59,175,85). Sum of RGB (Red+Green+Blue) = 59+175+85=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF55 is #C450AA. Grayscale: #828282. Windows color (decimal): -12865707 or 5615419. OLE color: 5615419.

HSL color Cylindrical-coordinate representation of color #3BAF55: hue angle of 133.45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF55 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 85 -
CMYK 0.66 0 0.51 0.31
HSL 133.45º 0.5% 0.46% -
HSV(B) 133.45º 0.66% 0.69% -
XYZ 18.77 32.25 13.83 -
YUV 130.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 59 175 85 0.66 0 0.51 0.31 133.45 0.5 0.46
Hex 3B AF 55 42 0 33 1F 85 32 2E
Octal 73 257 125 102 0 63 37 205 62 56
Binary 111011 10101111 1010101 1000010 0 110011 11111 10000101 110010 101110

Color Harmonies of #3BAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF55

Black with #3BAF55

Text Example


Text Example

White with #3BAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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