Html Css Color HEX #565F14 Verdun Green

📋 copy color: '#565F14'

red 86 ◦ green 95 ◦ blue 20

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

Shades of Verdun Green #565F14

Tints of Verdun Green #565F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 42.79%
G = 47.26%
B = 9.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#565F14 (or 0x565F14) is known color: Verdun Green. HEX triplet: 56, 5F and 14. RGB value is (86,95,20). Sum of RGB (Red+Green+Blue) = 86+95+20=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #565F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565F14 is #A9A0EB. Grayscale: #545454. Windows color (decimal): -11116780 or 1335126. OLE color: 1335126.

HSL color Cylindrical-coordinate representation of color #565F14: hue angle of 67.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #565F14 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 20 -
CMYK 0.09 0 0.79 0.63
HSL 67.2º 0.65% 0.23% -
HSV(B) 67.2º 0.79% 0.37% -
XYZ 8.06 10.21 2.21 -
YUV 83.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 86 95 20 0.09 0 0.79 0.63 67.2 0.65 0.23
Hex 56 5F 14 9 0 4F 3F 43 41 17
Octal 126 137 24 11 0 117 77 103 101 27
Binary 1010110 1011111 10100 1001 0 1001111 111111 1000011 1000001 10111

Color Harmonies of #565F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F14

Black with #565F14

Text Example


Text Example

White with #565F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F14; }

 p { color: rgb(86,95,20); }

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

background-color css

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

 a { background-color: rgb(86,95,20); }

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

border-color css

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

 span { border-color: rgb(86,95,20); }

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