Html Css Color HEX #3BAE55 Chateau Green

📋 copy color: '#3BAE55'

red 59 ◦ green 174 ◦ blue 85

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

Shades of Chateau Green #3BAE55

Tints of Chateau Green #3BAE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.72%

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

R = 18.55%
G = 54.72%
B = 26.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#3BAE55 (or 0x3BAE55) is known color: Chateau Green. HEX triplet: 3B, AE and 55. RGB value is (59,174,85). Sum of RGB (Red+Green+Blue) = 59+174+85=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE55 is #C451AA. Grayscale: #818181. Windows color (decimal): -12865963 or 5615163. OLE color: 5615163.

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

Color convert

RGB 59 174 85 -
CMYK 0.66 0 0.51 0.32
HSL 133.57º 0.49% 0.46% -
HSV(B) 133.57º 0.66% 0.68% -
XYZ 18.58 31.86 13.76 -
YUV 129.47 102.9 77.74 -
System Red Green Blue C M Y K H S L
Decimal 59 174 85 0.66 0 0.51 0.32 133.57 0.49 0.46
Hex 3B AE 55 42 0 33 20 86 31 2E
Octal 73 256 125 102 0 63 40 206 61 56
Binary 111011 10101110 1010101 1000010 0 110011 100000 10000110 110001 101110

Color Harmonies of #3BAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAE55

Black with #3BAE55

Text Example


Text Example

White with #3BAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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