Html Css Color HEX #3BA850 Chateau Green

📋 copy color: '#3BA850'

red 59 ◦ green 168 ◦ blue 80

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

Shades of Chateau Green #3BA850

Tints of Chateau Green #3BA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.72%

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

R = 19.22%
G = 54.72%
B = 26.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#3BA850 (or 0x3BA850) is known color: Chateau Green. HEX triplet: 3B, A8 and 50. RGB value is (59,168,80). Sum of RGB (Red+Green+Blue) = 59+168+80=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA850 is #C457AF. Grayscale: #7D7D7D. Windows color (decimal): -12867504 or 5285947. OLE color: 5285947.

HSL color Cylindrical-coordinate representation of color #3BA850: hue angle of 131.56º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA850 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 168 80 -
CMYK 0.65 0 0.52 0.34
HSL 131.56º 0.48% 0.45% -
HSV(B) 131.56º 0.65% 0.66% -
XYZ 17.25 29.51 12.38 -
YUV 125.38 102.39 80.66 -
System Red Green Blue C M Y K H S L
Decimal 59 168 80 0.65 0 0.52 0.34 131.56 0.48 0.45
Hex 3B A8 50 41 0 34 22 84 30 2D
Octal 73 250 120 101 0 64 42 204 60 55
Binary 111011 10101000 1010000 1000001 0 110100 100010 10000100 110000 101101

Color Harmonies of #3BA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA850

Black with #3BA850

Text Example


Text Example

White with #3BA850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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