Html Css Color HEX #58620B Verdun Green

📋 copy color: '#58620B'

red 88 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #58620B

Tints of Verdun Green #58620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 44.67%
G = 49.75%
B = 5.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#58620B (or 0x58620B) is known color: Verdun Green. HEX triplet: 58, 62 and 0B. RGB value is (88,98,11). Sum of RGB (Red+Green+Blue) = 88+98+11=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #58620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58620B is #A79DF4. Grayscale: #555555. Windows color (decimal): -10984949 or 746072. OLE color: 746072.

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

Color convert

RGB 88 98 11 -
CMYK 0.10 0 0.89 0.62
HSL 66.9º 0.8% 0.21% -
HSV(B) 66.9º 0.89% 0.38% -
XYZ 8.45 10.83 1.96 -
YUV 85.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 88 98 11 0.10 0 0.89 0.62 66.9 0.8 0.21
Hex 58 62 B A 0 59 3E 43 50 15
Octal 130 142 13 12 0 131 76 103 120 25
Binary 1011000 1100010 1011 1010 0 1011001 111110 1000011 1010000 10101

Color Harmonies of #58620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58620B

Black with #58620B

Text Example


Text Example

White with #58620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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