Html Css Color HEX #506333 Green Leaf

📋 copy color: '#506333'

red 80 ◦ green 99 ◦ blue 51

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

Shades of Green Leaf #506333

Tints of Green Leaf #506333

RGB

 RED value IS 80 (31.64% from 255) = 34.78%

 GREEN value IS 99 (39.06% from 255) = 43.04%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 34.78%
G = 43.04%
B = 22.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#506333 (or 0x506333) is known color: Green Leaf. HEX triplet: 50, 63 and 33. RGB value is (80,99,51). Sum of RGB (Red+Green+Blue) = 80+99+51=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #506333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506333 is #AF9CCC. Grayscale: #585858. Windows color (decimal): -11508941 or 3367760. OLE color: 3367760.

HSL color Cylindrical-coordinate representation of color #506333: hue angle of 83.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506333 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 51 -
CMYK 0.19 0 0.48 0.61
HSL 83.75º 0.32% 0.29% -
HSV(B) 83.75º 0.48% 0.39% -
XYZ 8.37 10.87 4.79 -
YUV 87.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 80 99 51 0.19 0 0.48 0.61 83.75 0.32 0.29
Hex 50 63 33 13 0 30 3D 54 20 1D
Octal 120 143 63 23 0 60 75 124 40 35
Binary 1010000 1100011 110011 10011 0 110000 111101 1010100 100000 11101

Color Harmonies of #506333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506333

Black with #506333

Text Example


Text Example

White with #506333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506333; }

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

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

background-color css

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

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

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

border-color css

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

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

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