Html Css Color HEX #506324 Green Leaf

📋 copy color: '#506324'

red 80 ◦ green 99 ◦ blue 36

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

Shades of Green Leaf #506324

Tints of Green Leaf #506324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 37.21%
G = 46.05%
B = 16.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#506324 (or 0x506324) is known color: Green Leaf. HEX triplet: 50, 63 and 24. RGB value is (80,99,36). Sum of RGB (Red+Green+Blue) = 80+99+36=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #506324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506324 is #AF9CDB. Grayscale: #565656. Windows color (decimal): -11508956 or 2384720. OLE color: 2384720.

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

Color convert

RGB 80 99 36 -
CMYK 0.19 0 0.64 0.61
HSL 78.1º 0.47% 0.26% -
HSV(B) 78.1º 0.64% 0.39% -
XYZ 8.09 10.76 3.32 -
YUV 86.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 80 99 36 0.19 0 0.64 0.61 78.1 0.47 0.26
Hex 50 63 24 13 0 40 3D 4E 2F 1A
Octal 120 143 44 23 0 100 75 116 57 32
Binary 1010000 1100011 100100 10011 0 1000000 111101 1001110 101111 11010

Color Harmonies of #506324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506324

Black with #506324

Text Example


Text Example

White with #506324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506324; }

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

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

background-color css

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

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

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

border-color css

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

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

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