Html Css Color HEX #538603 Olive Drab

📋 copy color: '#538603'

red 83 ◦ green 134 ◦ blue 3

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

Shades of Olive Drab #538603

Tints of Olive Drab #538603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.91%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 37.73%
G = 60.91%
B = 1.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#538603 (or 0x538603) is known color: Olive Drab. HEX triplet: 53, 86 and 03. RGB value is (83,134,3). Sum of RGB (Red+Green+Blue) = 83+134+3=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #538603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538603 is #AC79FC. Grayscale: #686868. Windows color (decimal): -11303421 or 230995. OLE color: 230995.

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

Color convert

RGB 83 134 3 -
CMYK 0.38 0 0.98 0.47
HSL 83.36º 0.96% 0.27% -
HSV(B) 83.36º 0.98% 0.53% -
XYZ 12.11 18.9 3.1 -
YUV 103.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 83 134 3 0.38 0 0.98 0.47 83.36 0.96 0.27
Hex 53 86 3 26 0 62 2F 53 60 1B
Octal 123 206 3 46 0 142 57 123 140 33
Binary 1010011 10000110 11 100110 0 1100010 101111 1010011 1100000 11011

Color Harmonies of #538603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538603

Black with #538603

Text Example


Text Example

White with #538603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538603; }

 p { color: rgb(83,134,3); }

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

background-color css

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

 a { background-color: rgb(83,134,3); }

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

border-color css

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

 span { border-color: rgb(83,134,3); }

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