Html Css Color HEX #538109 Olive Drab

📋 copy color: '#538109'

red 83 ◦ green 129 ◦ blue 9

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

Shades of Olive Drab #538109

Tints of Olive Drab #538109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.37%

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 37.56%
G = 58.37%
B = 4.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#538109 (or 0x538109) is known color: Olive Drab. HEX triplet: 53, 81 and 09. RGB value is (83,129,9). Sum of RGB (Red+Green+Blue) = 83+129+9=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #538109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538109 is #AC7EF6. Grayscale: #656565. Windows color (decimal): -11304695 or 622931. OLE color: 622931.

HSL color Cylindrical-coordinate representation of color #538109: hue angle of 83º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #538109 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 9 -
CMYK 0.36 0 0.93 0.49
HSL 83º 0.87% 0.27% -
HSV(B) 83º 0.93% 0.51% -
XYZ 11.47 17.56 3.04 -
YUV 101.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 83 129 9 0.36 0 0.93 0.49 83 0.87 0.27
Hex 53 81 9 24 0 5D 31 53 57 1B
Octal 123 201 11 44 0 135 61 123 127 33
Binary 1010011 10000001 1001 100100 0 1011101 110001 1010011 1010111 11011

Color Harmonies of #538109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538109

Black with #538109

Text Example


Text Example

White with #538109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538109; }

 p { color: rgb(83,129,9); }

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

background-color css

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

 a { background-color: rgb(83,129,9); }

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

border-color css

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

 span { border-color: rgb(83,129,9); }

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