Html Css Color HEX #555F14 Verdun Green

📋 copy color: '#555F14'

red 85 ◦ green 95 ◦ blue 20

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

Shades of Verdun Green #555F14

Tints of Verdun Green #555F14

RGB

 RED value IS 85 (33.59% from 255) = 42.5%

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

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

R = 42.5%
G = 47.5%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#555F14 (or 0x555F14) is known color: Verdun Green. HEX triplet: 55, 5F and 14. RGB value is (85,95,20). Sum of RGB (Red+Green+Blue) = 85+95+20=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #555F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F14 is #AAA0EB. Grayscale: #535353. Windows color (decimal): -11182316 or 1335125. OLE color: 1335125.

HSL color Cylindrical-coordinate representation of color #555F14: hue angle of 68º 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 #555F14 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 20 -
CMYK 0.11 0 0.79 0.63
HSL 68º 0.65% 0.23% -
HSV(B) 68º 0.79% 0.37% -
XYZ 7.96 10.17 2.2 -
YUV 83.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 85 95 20 0.11 0 0.79 0.63 68 0.65 0.23
Hex 55 5F 14 B 0 4F 3F 44 41 17
Octal 125 137 24 13 0 117 77 104 101 27
Binary 1010101 1011111 10100 1011 0 1001111 111111 1000100 1000001 10111

Color Harmonies of #555F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F14

Black with #555F14

Text Example


Text Example

White with #555F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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