Html Css Color HEX #538401 Olive Drab

📋 copy color: '#538401'

red 83 ◦ green 132 ◦ blue 1

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

Shades of Olive Drab #538401

Tints of Olive Drab #538401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 38.43%
G = 61.11%
B = 0.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#538401 (or 0x538401) is known color: Olive Drab. HEX triplet: 53, 84 and 01. RGB value is (83,132,1). Sum of RGB (Red+Green+Blue) = 83+132+1=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #538401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538401 is #AC7BFE. Grayscale: #666666. Windows color (decimal): -11303935 or 99411. OLE color: 99411.

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

Color convert

RGB 83 132 1 -
CMYK 0.37 0 0.99 0.48
HSL 82.44º 0.98% 0.26% -
HSV(B) 82.44º 0.99% 0.52% -
XYZ 11.82 18.34 2.95 -
YUV 102.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 83 132 1 0.37 0 0.99 0.48 82.44 0.98 0.26
Hex 53 84 1 25 0 63 30 52 62 1A
Octal 123 204 1 45 0 143 60 122 142 32
Binary 1010011 10000100 1 100101 0 1100011 110000 1010010 1100010 11010

Color Harmonies of #538401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538401

Black with #538401

Text Example


Text Example

White with #538401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538401; }

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

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

background-color css

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

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

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

border-color css

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

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

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