Html Css Color HEX #55610F Verdun Green

📋 copy color: '#55610F'

red 85 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #55610F

Tints of Verdun Green #55610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

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

R = 43.15%
G = 49.24%
B = 7.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#55610F (or 0x55610F) is known color: Verdun Green. HEX triplet: 55, 61 and 0F. RGB value is (85,97,15). Sum of RGB (Red+Green+Blue) = 85+97+15=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #55610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55610F is #AA9EF0. Grayscale: #545454. Windows color (decimal): -11181809 or 1007957. OLE color: 1007957.

HSL color Cylindrical-coordinate representation of color #55610F: hue angle of 68.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55610F is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 15 -
CMYK 0.12 0 0.85 0.62
HSL 68.78º 0.73% 0.22% -
HSV(B) 68.78º 0.85% 0.38% -
XYZ 8.11 10.52 2.05 -
YUV 84.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 85 97 15 0.12 0 0.85 0.62 68.78 0.73 0.22
Hex 55 61 F C 0 55 3E 45 49 16
Octal 125 141 17 14 0 125 76 105 111 26
Binary 1010101 1100001 1111 1100 0 1010101 111110 1000101 1001001 10110

Color Harmonies of #55610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55610F

Black with #55610F

Text Example


Text Example

White with #55610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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