Html Css Color HEX #3BB255 Chateau Green

📋 copy color: '#3BB255'

red 59 ◦ green 178 ◦ blue 85

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

Shades of Chateau Green #3BB255

Tints of Chateau Green #3BB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.28%

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

R = 18.32%
G = 55.28%
B = 26.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#3BB255 (or 0x3BB255) is known color: Chateau Green. HEX triplet: 3B, B2 and 55. RGB value is (59,178,85). Sum of RGB (Red+Green+Blue) = 59+178+85=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB255 is #C44DAA. Grayscale: #848484. Windows color (decimal): -12864939 or 5616187. OLE color: 5616187.

HSL color Cylindrical-coordinate representation of color #3BB255: hue angle of 133.11º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB255 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 178 85 -
CMYK 0.67 0 0.52 0.30
HSL 133.11º 0.5% 0.46% -
HSV(B) 133.11º 0.67% 0.7% -
XYZ 19.36 33.43 14.03 -
YUV 131.82 101.58 76.06 -
System Red Green Blue C M Y K H S L
Decimal 59 178 85 0.67 0 0.52 0.30 133.11 0.5 0.46
Hex 3B B2 55 43 0 34 1E 85 32 2E
Octal 73 262 125 103 0 64 36 205 62 56
Binary 111011 10110010 1010101 1000011 0 110100 11110 10000101 110010 101110

Color Harmonies of #3BB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB255

Black with #3BB255

Text Example


Text Example

White with #3BB255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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