Html Css Color HEX #538504 Olive Drab

📋 copy color: '#538504'

red 83 ◦ green 133 ◦ blue 4

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

Shades of Olive Drab #538504

Tints of Olive Drab #538504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.45%

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 37.73%
G = 60.45%
B = 1.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#538504 (or 0x538504) is known color: Olive Drab. HEX triplet: 53, 85 and 04. RGB value is (83,133,4). Sum of RGB (Red+Green+Blue) = 83+133+4=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #538504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538504 is #AC7AFB. Grayscale: #676767. Windows color (decimal): -11303676 or 296275. OLE color: 296275.

HSL color Cylindrical-coordinate representation of color #538504: hue angle of 83.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #538504 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 4 -
CMYK 0.38 0 0.97 0.48
HSL 83.26º 0.94% 0.27% -
HSV(B) 83.26º 0.97% 0.52% -
XYZ 11.98 18.62 3.08 -
YUV 103.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 83 133 4 0.38 0 0.97 0.48 83.26 0.94 0.27
Hex 53 85 4 26 0 61 30 53 5E 1B
Octal 123 205 4 46 0 141 60 123 136 33
Binary 1010011 10000101 100 100110 0 1100001 110000 1010011 1011110 11011

Color Harmonies of #538504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538504

Black with #538504

Text Example


Text Example

White with #538504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538504; }

 p { color: rgb(83,133,4); }

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

background-color css

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

 a { background-color: rgb(83,133,4); }

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

border-color css

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

 span { border-color: rgb(83,133,4); }

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