Html Css Color HEX #506326 Green Leaf

📋 copy color: '#506326'

red 80 ◦ green 99 ◦ blue 38

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

Shades of Green Leaf #506326

Tints of Green Leaf #506326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 36.87%
G = 45.62%
B = 17.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#506326 (or 0x506326) is known color: Green Leaf. HEX triplet: 50, 63 and 26. RGB value is (80,99,38). Sum of RGB (Red+Green+Blue) = 80+99+38=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #506326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506326 is #AF9CD9. Grayscale: #565656. Windows color (decimal): -11508954 or 2515792. OLE color: 2515792.

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

Color convert

RGB 80 99 38 -
CMYK 0.19 0 0.62 0.61
HSL 78.69º 0.45% 0.27% -
HSV(B) 78.69º 0.62% 0.39% -
XYZ 8.12 10.77 3.48 -
YUV 86.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 80 99 38 0.19 0 0.62 0.61 78.69 0.45 0.27
Hex 50 63 26 13 0 3E 3D 4F 2D 1B
Octal 120 143 46 23 0 76 75 117 55 33
Binary 1010000 1100011 100110 10011 0 111110 111101 1001111 101101 11011

Color Harmonies of #506326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506326

Black with #506326

Text Example


Text Example

White with #506326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506326; }

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

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

background-color css

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

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

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

border-color css

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

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

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