Html Css Color HEX #516630 Green Leaf

📋 copy color: '#516630'

red 81 ◦ green 102 ◦ blue 48

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

Shades of Green Leaf #516630

Tints of Green Leaf #516630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 35.06%
G = 44.16%
B = 20.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#516630 (or 0x516630) is known color: Green Leaf. HEX triplet: 51, 66 and 30. RGB value is (81,102,48). Sum of RGB (Red+Green+Blue) = 81+102+48=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #516630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516630 is #AE99CF. Grayscale: #595959. Windows color (decimal): -11442640 or 3171921. OLE color: 3171921.

HSL color Cylindrical-coordinate representation of color #516630: hue angle of 83.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516630 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 48 -
CMYK 0.21 0 0.53 0.6
HSL 83.33º 0.36% 0.29% -
HSV(B) 83.33º 0.53% 0.4% -
XYZ 8.68 11.47 4.55 -
YUV 89.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 81 102 48 0.21 0 0.53 0.6 83.33 0.36 0.29
Hex 51 66 30 15 0 35 3C 53 24 1D
Octal 121 146 60 25 0 65 74 123 44 35
Binary 1010001 1100110 110000 10101 0 110101 111100 1010011 100100 11101

Color Harmonies of #516630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516630

Black with #516630

Text Example


Text Example

White with #516630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516630; }

 p { color: rgb(81,102,48); }

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

background-color css

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

 a { background-color: rgb(81,102,48); }

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

border-color css

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

 span { border-color: rgb(81,102,48); }

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