Html Css Color HEX #339B50 Chateau Green

📋 copy color: '#339B50'

red 51 ◦ green 155 ◦ blue 80

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

Shades of Chateau Green #339B50

Tints of Chateau Green #339B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.2%

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

R = 17.83%
G = 54.2%
B = 27.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#339B50 (or 0x339B50) is known color: Chateau Green. HEX triplet: 33, 9B and 50. RGB value is (51,155,80). Sum of RGB (Red+Green+Blue) = 51+155+80=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #339B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B50 is #CC64AF. Grayscale: #737373. Windows color (decimal): -13395120 or 5282611. OLE color: 5282611.

HSL color Cylindrical-coordinate representation of color #339B50: hue angle of 136.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B50 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 80 -
CMYK 0.67 0 0.48 0.39
HSL 136.73º 0.5% 0.4% -
HSV(B) 136.73º 0.67% 0.61% -
XYZ 14.53 24.73 11.6 -
YUV 115.35 108.04 82.1 -
System Red Green Blue C M Y K H S L
Decimal 51 155 80 0.67 0 0.48 0.39 136.73 0.5 0.4
Hex 33 9B 50 43 0 30 27 89 32 28
Octal 63 233 120 103 0 60 47 211 62 50
Binary 110011 10011011 1010000 1000011 0 110000 100111 10001001 110010 101000

Color Harmonies of #339B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B50

Black with #339B50

Text Example


Text Example

White with #339B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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