Html Css Color HEX #339F50 Chateau Green

📋 copy color: '#339F50'

red 51 ◦ green 159 ◦ blue 80

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

Shades of Chateau Green #339F50

Tints of Chateau Green #339F50

RGB

 RED value IS 51 (20.31% from 255) = 17.59%

 GREEN value IS 159 (62.5% from 255) = 54.83%

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

R = 17.59%
G = 54.83%
B = 27.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#339F50 (or 0x339F50) is known color: Chateau Green. HEX triplet: 33, 9F and 50. RGB value is (51,159,80). Sum of RGB (Red+Green+Blue) = 51+159+80=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #339F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339F50 is #CC60AF. Grayscale: #757575. Windows color (decimal): -13394096 or 5283635. OLE color: 5283635.

HSL color Cylindrical-coordinate representation of color #339F50: hue angle of 136.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339F50 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 159 80 -
CMYK 0.68 0 0.50 0.38
HSL 136.11º 0.51% 0.41% -
HSV(B) 136.11º 0.68% 0.62% -
XYZ 15.21 26.08 11.82 -
YUV 117.7 106.72 80.42 -
System Red Green Blue C M Y K H S L
Decimal 51 159 80 0.68 0 0.50 0.38 136.11 0.51 0.41
Hex 33 9F 50 44 0 32 26 88 33 29
Octal 63 237 120 104 0 62 46 210 63 51
Binary 110011 10011111 1010000 1000100 0 110010 100110 10001000 110011 101001

Color Harmonies of #339F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F50

Black with #339F50

Text Example


Text Example

White with #339F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339F50; }

 p { color: rgb(51,159,80); }

 H1.HeaderClassName
 {
   color: #339F50;
 }
 .AnyTagClassName
 {
   color: #339F50;
 }
</style>

background-color css

<style>
 a { background-color: #339F50; }

 a { background-color: rgb(51,159,80); }

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

border-color css

<style>
 span { border-color: #339F50; }

 span { border-color: rgb(51,159,80); }

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