Html Css Color HEX #516A1B Green Leaf

📋 copy color: '#516A1B'

red 81 ◦ green 106 ◦ blue 27

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

Shades of Green Leaf #516A1B

Tints of Green Leaf #516A1B

RGB

 RED value IS 81 (32.03% from 255) = 37.85%

 GREEN value IS 106 (41.8% from 255) = 49.53%

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 37.85%
G = 49.53%
B = 12.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#516A1B (or 0x516A1B) is known color: Green Leaf. HEX triplet: 51, 6A and 1B. RGB value is (81,106,27). Sum of RGB (Red+Green+Blue) = 81+106+27=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #516A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516A1B is #AE95E4. Grayscale: #595959. Windows color (decimal): -11441637 or 1796689. OLE color: 1796689.

HSL color Cylindrical-coordinate representation of color #516A1B: hue angle of 78.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #516A1B is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 27 -
CMYK 0.24 0 0.75 0.58
HSL 78.99º 0.59% 0.26% -
HSV(B) 78.99º 0.75% 0.42% -
XYZ 8.75 12.14 2.92 -
YUV 89.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 81 106 27 0.24 0 0.75 0.58 78.99 0.59 0.26
Hex 51 6A 1B 18 0 4B 3A 4F 3B 1A
Octal 121 152 33 30 0 113 72 117 73 32
Binary 1010001 1101010 11011 11000 0 1001011 111010 1001111 111011 11010

Color Harmonies of #516A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A1B

Black with #516A1B

Text Example


Text Example

White with #516A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516A1B; }

 p { color: rgb(81,106,27); }

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

background-color css

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

 a { background-color: rgb(81,106,27); }

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

border-color css

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

 span { border-color: rgb(81,106,27); }

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