Html Css Color HEX #58830A Olive Drab

📋 copy color: '#58830A'

red 88 ◦ green 131 ◦ blue 10

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

Shades of Olive Drab #58830A

Tints of Olive Drab #58830A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 38.43%
G = 57.21%
B = 4.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#58830A (or 0x58830A) is known color: Olive Drab. HEX triplet: 58, 83 and 0A. RGB value is (88,131,10). Sum of RGB (Red+Green+Blue) = 88+131+10=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #58830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58830A is #A77CF5. Grayscale: #686868. Windows color (decimal): -10976502 or 688984. OLE color: 688984.

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

Color convert

RGB 88 131 10 -
CMYK 0.33 0 0.92 0.49
HSL 81.32º 0.86% 0.28% -
HSV(B) 81.32º 0.92% 0.51% -
XYZ 12.2 18.33 3.18 -
YUV 104.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 88 131 10 0.33 0 0.92 0.49 81.32 0.86 0.28
Hex 58 83 A 21 0 5C 31 51 56 1C
Octal 130 203 12 41 0 134 61 121 126 34
Binary 1011000 10000011 1010 100001 0 1011100 110001 1010001 1010110 11100

Color Harmonies of #58830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58830A

Black with #58830A

Text Example


Text Example

White with #58830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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