Html Css Color HEX #58610D Verdun Green

📋 copy color: '#58610D'

red 88 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #58610D

Tints of Verdun Green #58610D

RGB

 RED value IS 88 (34.77% from 255) = 44.44%

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

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 44.44%
G = 48.99%
B = 6.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#58610D (or 0x58610D) is known color: Verdun Green. HEX triplet: 58, 61 and 0D. RGB value is (88,97,13). Sum of RGB (Red+Green+Blue) = 88+97+13=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #58610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58610D is #A79EF2. Grayscale: #555555. Windows color (decimal): -10985203 or 876888. OLE color: 876888.

HSL color Cylindrical-coordinate representation of color #58610D: hue angle of 66.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58610D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 13 -
CMYK 0.09 0 0.87 0.62
HSL 66.43º 0.76% 0.22% -
HSV(B) 66.43º 0.87% 0.38% -
XYZ 8.37 10.65 2 -
YUV 84.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 88 97 13 0.09 0 0.87 0.62 66.43 0.76 0.22
Hex 58 61 D 9 0 57 3E 42 4C 16
Octal 130 141 15 11 0 127 76 102 114 26
Binary 1011000 1100001 1101 1001 0 1010111 111110 1000010 1001100 10110

Color Harmonies of #58610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58610D

Black with #58610D

Text Example


Text Example

White with #58610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58610D; }

 p { color: rgb(88,97,13); }

 H1.HeaderClassName
 {
   color: #58610D;
 }
 .AnyTagClassName
 {
   color: #58610D;
 }
</style>

background-color css

<style>
 a { background-color: #58610D; }

 a { background-color: rgb(88,97,13); }

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

border-color css

<style>
 span { border-color: #58610D; }

 span { border-color: rgb(88,97,13); }

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