Html Css Color HEX #565F12 Verdun Green

📋 copy color: '#565F12'

red 86 ◦ green 95 ◦ blue 18

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

Shades of Verdun Green #565F12

Tints of Verdun Green #565F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 43.22%
G = 47.74%
B = 9.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#565F12 (or 0x565F12) is known color: Verdun Green. HEX triplet: 56, 5F and 12. RGB value is (86,95,18). Sum of RGB (Red+Green+Blue) = 86+95+18=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #565F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565F12 is #A9A0ED. Grayscale: #535353. Windows color (decimal): -11116782 or 1204054. OLE color: 1204054.

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

Color convert

RGB 86 95 18 -
CMYK 0.09 0 0.81 0.63
HSL 67.01º 0.68% 0.22% -
HSV(B) 67.01º 0.81% 0.37% -
XYZ 8.04 10.21 2.12 -
YUV 83.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 86 95 18 0.09 0 0.81 0.63 67.01 0.68 0.22
Hex 56 5F 12 9 0 51 3F 43 44 16
Octal 126 137 22 11 0 121 77 103 104 26
Binary 1010110 1011111 10010 1001 0 1010001 111111 1000011 1000100 10110

Color Harmonies of #565F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F12

Black with #565F12

Text Example


Text Example

White with #565F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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