Html Css Color HEX #538005 Olive Drab

📋 copy color: '#538005'

red 83 ◦ green 128 ◦ blue 5

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

Shades of Olive Drab #538005

Tints of Olive Drab #538005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 38.43%
G = 59.26%
B = 2.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#538005 (or 0x538005) is known color: Olive Drab. HEX triplet: 53, 80 and 05. RGB value is (83,128,5). Sum of RGB (Red+Green+Blue) = 83+128+5=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #538005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538005 is #AC7FFA. Grayscale: #646464. Windows color (decimal): -11304955 or 360531. OLE color: 360531.

HSL color Cylindrical-coordinate representation of color #538005: hue angle of 81.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #538005 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 128 5 -
CMYK 0.35 0 0.96 0.50
HSL 81.95º 0.92% 0.26% -
HSV(B) 81.95º 0.96% 0.5% -
XYZ 11.31 17.29 2.88 -
YUV 100.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 83 128 5 0.35 0 0.96 0.50 81.95 0.92 0.26
Hex 53 80 5 23 0 60 32 52 5C 1A
Octal 123 200 5 43 0 140 62 122 134 32
Binary 1010011 10000000 101 100011 0 1100000 110010 1010010 1011100 11010

Color Harmonies of #538005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538005

Black with #538005

Text Example


Text Example

White with #538005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538005; }

 p { color: rgb(83,128,5); }

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

background-color css

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

 a { background-color: rgb(83,128,5); }

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

border-color css

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

 span { border-color: rgb(83,128,5); }

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