Html Css Color HEX #56630E Verdun Green

📋 copy color: '#56630E'

red 86 ◦ green 99 ◦ blue 14

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

Shades of Verdun Green #56630E

Tints of Verdun Green #56630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.75%

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

R = 43.22%
G = 49.75%
B = 7.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#56630E (or 0x56630E) is known color: Verdun Green. HEX triplet: 56, 63 and 0E. RGB value is (86,99,14). Sum of RGB (Red+Green+Blue) = 86+99+14=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #56630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56630E is #A99CF1. Grayscale: #555555. Windows color (decimal): -11115762 or 942934. OLE color: 942934.

HSL color Cylindrical-coordinate representation of color #56630E: hue angle of 69.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56630E is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 99 14 -
CMYK 0.13 0 0.86 0.61
HSL 69.18º 0.75% 0.22% -
HSV(B) 69.18º 0.86% 0.39% -
XYZ 8.38 10.93 2.08 -
YUV 85.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 86 99 14 0.13 0 0.86 0.61 69.18 0.75 0.22
Hex 56 63 E D 0 56 3D 45 4B 16
Octal 126 143 16 15 0 126 75 105 113 26
Binary 1010110 1100011 1110 1101 0 1010110 111101 1000101 1001011 10110

Color Harmonies of #56630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56630E

Black with #56630E

Text Example


Text Example

White with #56630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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