Html Css Color HEX #506626 Green Leaf

📋 copy color: '#506626'

red 80 ◦ green 102 ◦ blue 38

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

Shades of Green Leaf #506626

Tints of Green Leaf #506626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 36.36%
G = 46.36%
B = 17.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#506626 (or 0x506626) is known color: Green Leaf. HEX triplet: 50, 66 and 26. RGB value is (80,102,38). Sum of RGB (Red+Green+Blue) = 80+102+38=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #506626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506626 is #AF99D9. Grayscale: #585858. Windows color (decimal): -11508186 or 2516560. OLE color: 2516560.

HSL color Cylindrical-coordinate representation of color #506626: hue angle of 80.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506626 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 38 -
CMYK 0.22 0 0.63 0.6
HSL 80.63º 0.46% 0.27% -
HSV(B) 80.63º 0.63% 0.4% -
XYZ 8.41 11.35 3.58 -
YUV 88.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 80 102 38 0.22 0 0.63 0.6 80.63 0.46 0.27
Hex 50 66 26 16 0 3F 3C 51 2E 1B
Octal 120 146 46 26 0 77 74 121 56 33
Binary 1010000 1100110 100110 10110 0 111111 111100 1010001 101110 11011

Color Harmonies of #506626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506626

Black with #506626

Text Example


Text Example

White with #506626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506626; }

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

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

background-color css

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

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

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

border-color css

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

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

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