Html Css Color HEX #56650C Verdun Green

📋 copy color: '#56650C'

red 86 ◦ green 101 ◦ blue 12

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

Shades of Verdun Green #56650C

Tints of Verdun Green #56650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 43.22%
G = 50.75%
B = 6.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#56650C (or 0x56650C) is known color: Verdun Green. HEX triplet: 56, 65 and 0C. RGB value is (86,101,12). Sum of RGB (Red+Green+Blue) = 86+101+12=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #56650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56650C is #A99AF3. Grayscale: #565656. Windows color (decimal): -11115252 or 812374. OLE color: 812374.

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

Color convert

RGB 86 101 12 -
CMYK 0.15 0 0.88 0.60
HSL 70.11º 0.79% 0.22% -
HSV(B) 70.11º 0.88% 0.4% -
XYZ 8.56 11.31 2.08 -
YUV 86.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 86 101 12 0.15 0 0.88 0.60 70.11 0.79 0.22
Hex 56 65 C F 0 58 3C 46 4F 16
Octal 126 145 14 17 0 130 74 106 117 26
Binary 1010110 1100101 1100 1111 0 1011000 111100 1000110 1001111 10110

Color Harmonies of #56650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56650C

Black with #56650C

Text Example


Text Example

White with #56650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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