Html Css Color HEX #55550F Verdun Green

📋 copy color: '#55550F'

red 85 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #55550F

Tints of Verdun Green #55550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 45.95%
G = 45.95%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55550F (or 0x55550F) is known color: Verdun Green. HEX triplet: 55, 55 and 0F. RGB value is (85,85,15). Sum of RGB (Red+Green+Blue) = 85+85+15=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55550F is #AAAAF0. Grayscale: #4D4D4D. Windows color (decimal): -11184881 or 1004885. OLE color: 1004885.

HSL color Cylindrical-coordinate representation of color #55550F: hue angle of 60º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55550F is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 15 -
CMYK 0 0 0.82 0.67
HSL 60º 0.7% 0.2% -
HSV(B) 60º 0.82% 0.33% -
XYZ 7.08 8.46 1.71 -
YUV 77.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 85 85 15 0 0 0.82 0.67 60 0.7 0.2
Hex 55 55 F 0 0 52 43 3C 46 14
Octal 125 125 17 0 0 122 103 74 106 24
Binary 1010101 1010101 1111 0 0 1010010 1000011 111100 1000110 10100

Color Harmonies of #55550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55550F

Black with #55550F

Text Example


Text Example

White with #55550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55550F; }

 p { color: rgb(85,85,15); }

 H1.HeaderClassName
 {
   color: #55550F;
 }
 .AnyTagClassName
 {
   color: #55550F;
 }
</style>

background-color css

<style>
 a { background-color: #55550F; }

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

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

border-color css

<style>
 span { border-color: #55550F; }

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

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