Html Css Color HEX #58600C Verdun Green

📋 copy color: '#58600C'

red 88 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #58600C

Tints of Verdun Green #58600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

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

R = 44.9%
G = 48.98%
B = 6.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#58600C (or 0x58600C) is known color: Verdun Green. HEX triplet: 58, 60 and 0C. RGB value is (88,96,12). Sum of RGB (Red+Green+Blue) = 88+96+12=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #58600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58600C is #A79FF3. Grayscale: #545454. Windows color (decimal): -10985460 or 811096. OLE color: 811096.

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

Color convert

RGB 88 96 12 -
CMYK 0.08 0 0.88 0.62
HSL 65.71º 0.78% 0.21% -
HSV(B) 65.71º 0.88% 0.38% -
XYZ 8.27 10.47 1.93 -
YUV 84.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 88 96 12 0.08 0 0.88 0.62 65.71 0.78 0.21
Hex 58 60 C 8 0 58 3E 42 4E 15
Octal 130 140 14 10 0 130 76 102 116 25
Binary 1011000 1100000 1100 1000 0 1011000 111110 1000010 1001110 10101

Color Harmonies of #58600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58600C

Black with #58600C

Text Example


Text Example

White with #58600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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