Html Css Color HEX #58620C Verdun Green

📋 copy color: '#58620C'

red 88 ◦ green 98 ◦ blue 12

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

Shades of Verdun Green #58620C

Tints of Verdun Green #58620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

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

R = 44.44%
G = 49.49%
B = 6.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#58620C (or 0x58620C) is known color: Verdun Green. HEX triplet: 58, 62 and 0C. RGB value is (88,98,12). Sum of RGB (Red+Green+Blue) = 88+98+12=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #58620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58620C is #A79DF3. Grayscale: #555555. Windows color (decimal): -10984948 or 811608. OLE color: 811608.

HSL color Cylindrical-coordinate representation of color #58620C: hue angle of 66.98º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58620C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 12 -
CMYK 0.10 0 0.88 0.62
HSL 66.98º 0.78% 0.22% -
HSV(B) 66.98º 0.88% 0.38% -
XYZ 8.46 10.84 1.99 -
YUV 85.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 88 98 12 0.10 0 0.88 0.62 66.98 0.78 0.22
Hex 58 62 C A 0 58 3E 43 4E 16
Octal 130 142 14 12 0 130 76 103 116 26
Binary 1011000 1100010 1100 1010 0 1011000 111110 1000011 1001110 10110

Color Harmonies of #58620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58620C

Black with #58620C

Text Example


Text Example

White with #58620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,98,12); }

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

background-color css

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

 a { background-color: rgb(88,98,12); }

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

border-color css

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

 span { border-color: rgb(88,98,12); }

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