Html Css Color HEX #538700 Olive Drab

📋 copy color: '#538700'

red 83 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #538700

Tints of Olive Drab #538700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.93%

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

R = 38.07%
G = 61.93%
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

#538700 (or 0x538700) is known color: Olive Drab. HEX triplet: 53, 87 and 00. RGB value is (83,135,0). Sum of RGB (Red+Green+Blue) = 83+135+0=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #538700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538700 is #AC78FF. Grayscale: #686868. Windows color (decimal): -11303168 or 34643. OLE color: 34643.

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

Color convert

RGB 83 135 0 -
CMYK 0.39 0 1 0.47
HSL 83.11º 1% 0.26% -
HSV(B) 83.11º 1% 0.53% -
XYZ 12.23 19.17 3.05 -
YUV 104.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 83 135 0 0.39 0 1 0.47 83.11 1 0.26
Hex 53 87 0 27 0 64 2F 53 64 1A
Octal 123 207 0 47 0 144 57 123 144 32
Binary 1010011 10000111 0 100111 0 1100100 101111 1010011 1100100 11010

Color Harmonies of #538700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538700

Black with #538700

Text Example


Text Example

White with #538700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538700; }

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

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

background-color css

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

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

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

border-color css

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

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

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