Html Css Color HEX #506226 Green Leaf

📋 copy color: '#506226'

red 80 ◦ green 98 ◦ blue 38

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

Shades of Green Leaf #506226

Tints of Green Leaf #506226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 37.04%
G = 45.37%
B = 17.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#506226 (or 0x506226) is known color: Green Leaf. HEX triplet: 50, 62 and 26. RGB value is (80,98,38). Sum of RGB (Red+Green+Blue) = 80+98+38=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #506226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506226 is #AF9DD9. Grayscale: #565656. Windows color (decimal): -11509210 or 2515536. OLE color: 2515536.

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

Color convert

RGB 80 98 38 -
CMYK 0.18 0 0.61 0.62
HSL 78º 0.44% 0.27% -
HSV(B) 78º 0.61% 0.38% -
XYZ 8.03 10.58 3.45 -
YUV 85.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 80 98 38 0.18 0 0.61 0.62 78 0.44 0.27
Hex 50 62 26 12 0 3D 3E 4E 2C 1B
Octal 120 142 46 22 0 75 76 116 54 33
Binary 1010000 1100010 100110 10010 0 111101 111110 1001110 101100 11011

Color Harmonies of #506226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506226

Black with #506226

Text Example


Text Example

White with #506226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506226; }

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

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

background-color css

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

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

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

border-color css

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

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

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