Html Css Color HEX #3BB150 Chateau Green

📋 copy color: '#3BB150'

red 59 ◦ green 177 ◦ blue 80

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

Shades of Chateau Green #3BB150

Tints of Chateau Green #3BB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.01%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 18.67%
G = 56.01%
B = 25.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3BB150 (or 0x3BB150) is known color: Chateau Green. HEX triplet: 3B, B1 and 50. RGB value is (59,177,80). Sum of RGB (Red+Green+Blue) = 59+177+80=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB150 is #C44EAF. Grayscale: #828282. Windows color (decimal): -12865200 or 5288251. OLE color: 5288251.

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

Color convert

RGB 59 177 80 -
CMYK 0.67 0 0.55 0.31
HSL 130.68º 0.5% 0.46% -
HSV(B) 130.68º 0.67% 0.69% -
XYZ 18.97 32.95 12.95 -
YUV 130.66 99.41 76.89 -
System Red Green Blue C M Y K H S L
Decimal 59 177 80 0.67 0 0.55 0.31 130.68 0.5 0.46
Hex 3B B1 50 43 0 37 1F 83 32 2E
Octal 73 261 120 103 0 67 37 203 62 56
Binary 111011 10110001 1010000 1000011 0 110111 11111 10000011 110010 101110

Color Harmonies of #3BB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB150

Black with #3BB150

Text Example


Text Example

White with #3BB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,177,80); }

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

background-color css

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

 a { background-color: rgb(59,177,80); }

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

border-color css

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

 span { border-color: rgb(59,177,80); }

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