Html Css Color HEX #5D851E Olive Drab

📋 copy color: '#5D851E'

red 93 ◦ green 133 ◦ blue 30

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

Shades of Olive Drab #5D851E

Tints of Olive Drab #5D851E

RGB

 RED value IS 93 (36.72% from 255) = 36.33%

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 36.33%
G = 51.95%
B = 11.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#5D851E (or 0x5D851E) is known color: Olive Drab. HEX triplet: 5D, 85 and 1E. RGB value is (93,133,30). Sum of RGB (Red+Green+Blue) = 93+133+30=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #5D851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D851E is #A27AE1. Grayscale: #6D6D6D. Windows color (decimal): -10648290 or 2000221. OLE color: 2000221.

HSL color Cylindrical-coordinate representation of color #5D851E: hue angle of 83.3º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D851E is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 30 -
CMYK 0.30 0 0.77 0.48
HSL 83.3º 0.63% 0.32% -
HSV(B) 83.3º 0.77% 0.52% -
XYZ 13.14 19.2 4.24 -
YUV 109.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 93 133 30 0.30 0 0.77 0.48 83.3 0.63 0.32
Hex 5D 85 1E 1E 0 4D 30 53 3F 20
Octal 135 205 36 36 0 115 60 123 77 40
Binary 1011101 10000101 11110 11110 0 1001101 110000 1010011 111111 100000

Color Harmonies of #5D851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D851E

Black with #5D851E

Text Example


Text Example

White with #5D851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D851E; }

 p { color: rgb(93,133,30); }

 H1.HeaderClassName
 {
   color: #5D851E;
 }
 .AnyTagClassName
 {
   color: #5D851E;
 }
</style>

background-color css

<style>
 a { background-color: #5D851E; }

 a { background-color: rgb(93,133,30); }

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

border-color css

<style>
 span { border-color: #5D851E; }

 span { border-color: rgb(93,133,30); }

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