Html Css Color HEX #538208 Olive Drab

📋 copy color: '#538208'

red 83 ◦ green 130 ◦ blue 8

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

Shades of Olive Drab #538208

Tints of Olive Drab #538208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 37.56%
G = 58.82%
B = 3.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#538208 (or 0x538208) is known color: Olive Drab. HEX triplet: 53, 82 and 08. RGB value is (83,130,8). Sum of RGB (Red+Green+Blue) = 83+130+8=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #538208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538208 is #AC7DF7. Grayscale: #666666. Windows color (decimal): -11304440 or 557651. OLE color: 557651.

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

Color convert

RGB 83 130 8 -
CMYK 0.36 0 0.94 0.49
HSL 83.11º 0.88% 0.27% -
HSV(B) 83.11º 0.94% 0.51% -
XYZ 11.59 17.82 3.06 -
YUV 102.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 83 130 8 0.36 0 0.94 0.49 83.11 0.88 0.27
Hex 53 82 8 24 0 5E 31 53 58 1B
Octal 123 202 10 44 0 136 61 123 130 33
Binary 1010011 10000010 1000 100100 0 1011110 110001 1010011 1011000 11011

Color Harmonies of #538208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538208

Black with #538208

Text Example


Text Example

White with #538208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538208; }

 p { color: rgb(83,130,8); }

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

background-color css

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

 a { background-color: rgb(83,130,8); }

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

border-color css

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

 span { border-color: rgb(83,130,8); }

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