Html Css Color HEX #56650E Verdun Green

📋 copy color: '#56650E'

red 86 ◦ green 101 ◦ blue 14

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

Shades of Verdun Green #56650E

Tints of Verdun Green #56650E

RGB

 RED value IS 86 (33.98% from 255) = 42.79%

 GREEN value IS 101 (39.84% from 255) = 50.25%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 42.79%
G = 50.25%
B = 6.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#56650E (or 0x56650E) is known color: Verdun Green. HEX triplet: 56, 65 and 0E. RGB value is (86,101,14). Sum of RGB (Red+Green+Blue) = 86+101+14=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #56650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56650E is #A99AF1. Grayscale: #565656. Windows color (decimal): -11115250 or 943446. OLE color: 943446.

HSL color Cylindrical-coordinate representation of color #56650E: hue angle of 70.34º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56650E is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 14 -
CMYK 0.15 0 0.86 0.60
HSL 70.34º 0.76% 0.23% -
HSV(B) 70.34º 0.86% 0.4% -
XYZ 8.57 11.32 2.15 -
YUV 86.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 86 101 14 0.15 0 0.86 0.60 70.34 0.76 0.23
Hex 56 65 E F 0 56 3C 46 4C 17
Octal 126 145 16 17 0 126 74 106 114 27
Binary 1010110 1100101 1110 1111 0 1010110 111100 1000110 1001100 10111

Color Harmonies of #56650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56650E

Black with #56650E

Text Example


Text Example

White with #56650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56650E; }

 p { color: rgb(86,101,14); }

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

background-color css

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

 a { background-color: rgb(86,101,14); }

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

border-color css

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

 span { border-color: rgb(86,101,14); }

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