Html Css Color HEX #538800 Olive Drab

📋 copy color: '#538800'

red 83 ◦ green 136 ◦ blue 0

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

Shades of Olive Drab #538800

Tints of Olive Drab #538800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.1%

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

R = 37.9%
G = 62.1%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#538800 (or 0x538800) is known color: Olive Drab. HEX triplet: 53, 88 and 00. RGB value is (83,136,0). Sum of RGB (Red+Green+Blue) = 83+136+0=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #538800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538800 is #AC77FF. Grayscale: #696969. Windows color (decimal): -11302912 or 34899. OLE color: 34899.

HSL color Cylindrical-coordinate representation of color #538800: hue angle of 83.38º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #538800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 136 0 -
CMYK 0.39 0 1 0.47
HSL 83.38º 1% 0.27% -
HSV(B) 83.38º 1% 0.53% -
XYZ 12.37 19.45 3.1 -
YUV 104.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 83 136 0 0.39 0 1 0.47 83.38 1 0.27
Hex 53 88 0 27 0 64 2F 53 64 1B
Octal 123 210 0 47 0 144 57 123 144 33
Binary 1010011 10001000 0 100111 0 1100100 101111 1010011 1100100 11011

Color Harmonies of #538800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538800

Black with #538800

Text Example


Text Example

White with #538800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538800; }

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

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

background-color css

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

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

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

border-color css

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

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

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