Html Css Color HEX #3B9350 Chateau Green

📋 copy color: '#3B9350'

red 59 ◦ green 147 ◦ blue 80

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

Shades of Chateau Green #3B9350

Tints of Chateau Green #3B9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.4%

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

R = 20.63%
G = 51.4%
B = 27.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#3B9350 (or 0x3B9350) is known color: Chateau Green. HEX triplet: 3B, 93 and 50. RGB value is (59,147,80). Sum of RGB (Red+Green+Blue) = 59+147+80=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9350 is #C46CAF. Grayscale: #717171. Windows color (decimal): -12872880 or 5280571. OLE color: 5280571.

HSL color Cylindrical-coordinate representation of color #3B9350: hue angle of 134.32º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9350 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 147 80 -
CMYK 0.60 0 0.46 0.42
HSL 134.32º 0.43% 0.4% -
HSV(B) 134.32º 0.6% 0.58% -
XYZ 13.69 22.38 11.19 -
YUV 113.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 59 147 80 0.60 0 0.46 0.42 134.32 0.43 0.4
Hex 3B 93 50 3C 0 2E 2A 86 2B 28
Octal 73 223 120 74 0 56 52 206 53 50
Binary 111011 10010011 1010000 111100 0 101110 101010 10000110 101011 101000

Color Harmonies of #3B9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9350

Black with #3B9350

Text Example


Text Example

White with #3B9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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