Html Css Color HEX #58830C Olive Drab

📋 copy color: '#58830C'

red 88 ◦ green 131 ◦ blue 12

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

Shades of Olive Drab #58830C

Tints of Olive Drab #58830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

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

R = 38.1%
G = 56.71%
B = 5.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#58830C (or 0x58830C) is known color: Olive Drab. HEX triplet: 58, 83 and 0C. RGB value is (88,131,12). Sum of RGB (Red+Green+Blue) = 88+131+12=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #58830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58830C is #A77CF3. Grayscale: #696969. Windows color (decimal): -10976500 or 820056. OLE color: 820056.

HSL color Cylindrical-coordinate representation of color #58830C: hue angle of 81.68º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58830C is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 131 12 -
CMYK 0.33 0 0.91 0.49
HSL 81.68º 0.83% 0.28% -
HSV(B) 81.68º 0.91% 0.51% -
XYZ 12.21 18.33 3.24 -
YUV 104.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 88 131 12 0.33 0 0.91 0.49 81.68 0.83 0.28
Hex 58 83 C 21 0 5B 31 52 53 1C
Octal 130 203 14 41 0 133 61 122 123 34
Binary 1011000 10000011 1100 100001 0 1011011 110001 1010010 1010011 11100

Color Harmonies of #58830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58830C

Black with #58830C

Text Example


Text Example

White with #58830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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