Html Css Color HEX #565D12 Verdun Green

📋 copy color: '#565D12'

red 86 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #565D12

Tints of Verdun Green #565D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.21%

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

R = 43.65%
G = 47.21%
B = 9.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#565D12 (or 0x565D12) is known color: Verdun Green. HEX triplet: 56, 5D and 12. RGB value is (86,93,18). Sum of RGB (Red+Green+Blue) = 86+93+18=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #565D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565D12 is #A9A2ED. Grayscale: #525252. Windows color (decimal): -11117294 or 1203542. OLE color: 1203542.

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

Color convert

RGB 86 93 18 -
CMYK 0.08 0 0.81 0.64
HSL 65.6º 0.68% 0.22% -
HSV(B) 65.6º 0.81% 0.36% -
XYZ 7.86 9.85 2.06 -
YUV 82.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 86 93 18 0.08 0 0.81 0.64 65.6 0.68 0.22
Hex 56 5D 12 8 0 51 40 42 44 16
Octal 126 135 22 10 0 121 100 102 104 26
Binary 1010110 1011101 10010 1000 0 1010001 1000000 1000010 1000100 10110

Color Harmonies of #565D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D12

Black with #565D12

Text Example


Text Example

White with #565D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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