Html Css Color HEX #3BC055 Chateau Green

📋 copy color: '#3BC055'

red 59 ◦ green 192 ◦ blue 85

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

Shades of Chateau Green #3BC055

Tints of Chateau Green #3BC055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.14%

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

R = 17.56%
G = 57.14%
B = 25.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#3BC055 (or 0x3BC055) is known color: Chateau Green. HEX triplet: 3B, C0 and 55. RGB value is (59,192,85). Sum of RGB (Red+Green+Blue) = 59+192+85=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC055 is #C43FAA. Grayscale: #8C8C8C. Windows color (decimal): -12861355 or 5619771. OLE color: 5619771.

HSL color Cylindrical-coordinate representation of color #3BC055: hue angle of 131.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC055 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 85 -
CMYK 0.69 0 0.56 0.25
HSL 131.73º 0.53% 0.49% -
HSV(B) 131.73º 0.69% 0.75% -
XYZ 22.29 39.28 15 -
YUV 140.04 96.94 70.2 -
System Red Green Blue C M Y K H S L
Decimal 59 192 85 0.69 0 0.56 0.25 131.73 0.53 0.49
Hex 3B C0 55 45 0 38 19 84 35 31
Octal 73 300 125 105 0 70 31 204 65 61
Binary 111011 11000000 1010101 1000101 0 111000 11001 10000100 110101 110001

Color Harmonies of #3BC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC055

Black with #3BC055

Text Example


Text Example

White with #3BC055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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