Html Css Color HEX #538404 Olive Drab

📋 copy color: '#538404'

red 83 ◦ green 132 ◦ blue 4

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

Shades of Olive Drab #538404

Tints of Olive Drab #538404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 37.9%
G = 60.27%
B = 1.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#538404 (or 0x538404) is known color: Olive Drab. HEX triplet: 53, 84 and 04. RGB value is (83,132,4). Sum of RGB (Red+Green+Blue) = 83+132+4=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #538404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538404 is #AC7BFB. Grayscale: #676767. Windows color (decimal): -11303932 or 296019. OLE color: 296019.

HSL color Cylindrical-coordinate representation of color #538404: hue angle of 82.97º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #538404 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 4 -
CMYK 0.37 0 0.97 0.48
HSL 82.97º 0.94% 0.27% -
HSV(B) 82.97º 0.97% 0.52% -
XYZ 11.84 18.35 3.03 -
YUV 102.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 83 132 4 0.37 0 0.97 0.48 82.97 0.94 0.27
Hex 53 84 4 25 0 61 30 53 5E 1B
Octal 123 204 4 45 0 141 60 123 136 33
Binary 1010011 10000100 100 100101 0 1100001 110000 1010011 1011110 11011

Color Harmonies of #538404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538404

Black with #538404

Text Example


Text Example

White with #538404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538404; }

 p { color: rgb(83,132,4); }

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

background-color css

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

 a { background-color: rgb(83,132,4); }

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

border-color css

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

 span { border-color: rgb(83,132,4); }

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