Html Css Color HEX #538305 Olive Drab

📋 copy color: '#538305'

red 83 ◦ green 131 ◦ blue 5

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

Shades of Olive Drab #538305

Tints of Olive Drab #538305

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

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

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 37.9%
G = 59.82%
B = 2.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#538305 (or 0x538305) is known color: Olive Drab. HEX triplet: 53, 83 and 05. RGB value is (83,131,5). Sum of RGB (Red+Green+Blue) = 83+131+5=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #538305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538305 is #AC7CFA. Grayscale: #666666. Windows color (decimal): -11304187 or 361299. OLE color: 361299.

HSL color Cylindrical-coordinate representation of color #538305: hue angle of 82.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #538305 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 5 -
CMYK 0.37 0 0.96 0.49
HSL 82.86º 0.93% 0.27% -
HSV(B) 82.86º 0.96% 0.51% -
XYZ 11.71 18.08 3.02 -
YUV 102.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 83 131 5 0.37 0 0.96 0.49 82.86 0.93 0.27
Hex 53 83 5 25 0 60 31 53 5D 1B
Octal 123 203 5 45 0 140 61 123 135 33
Binary 1010011 10000011 101 100101 0 1100000 110001 1010011 1011101 11011

Color Harmonies of #538305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538305

Black with #538305

Text Example


Text Example

White with #538305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538305; }

 p { color: rgb(83,131,5); }

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

background-color css

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

 a { background-color: rgb(83,131,5); }

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

border-color css

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

 span { border-color: rgb(83,131,5); }

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