Html Css Color HEX #538200 Olive Drab

📋 copy color: '#538200'

red 83 ◦ green 130 ◦ blue 0

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

Shades of Olive Drab #538200

Tints of Olive Drab #538200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.97%
G = 61.03%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#538200 (or 0x538200) is known color: Olive Drab. HEX triplet: 53, 82 and 00. RGB value is (83,130,0). Sum of RGB (Red+Green+Blue) = 83+130+0=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #538200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538200 is #AC7DFF. Grayscale: #656565. Windows color (decimal): -11304448 or 33363. OLE color: 33363.

HSL color Cylindrical-coordinate representation of color #538200: hue angle of 81.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #538200 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 0 -
CMYK 0.36 0 1 0.49
HSL 81.69º 1% 0.25% -
HSV(B) 81.69º 1% 0.51% -
XYZ 11.55 17.8 2.83 -
YUV 101.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 83 130 0 0.36 0 1 0.49 81.69 1 0.25
Hex 53 82 0 24 0 64 31 52 64 19
Octal 123 202 0 44 0 144 61 122 144 31
Binary 1010011 10000010 0 100100 0 1100100 110001 1010010 1100100 11001

Color Harmonies of #538200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538200

Black with #538200

Text Example


Text Example

White with #538200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538200; }

 p { color: rgb(83,130,0); }

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

background-color css

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

 a { background-color: rgb(83,130,0); }

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

border-color css

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

 span { border-color: rgb(83,130,0); }

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