#838412

Color #838412 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #838412

Tints of Olive #838412

Color information

#838412 (or 0x838412) is unknown color: approx Olive. HEX triplet: 83, 84 and 12. RGB value is (131,132,18). Sum of RGB (Red+Green+Blue) = 131+132+18=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #838412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838412 is #7C7BED. Grayscale: #777777. Windows color (decimal): -8158190 or 1213571. OLE color: 1213571.

HSL color Cylindrical-coordinate representation of color #838412: hue angle of 60.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #838412 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13113218-
CMYK0.0100.860.48
HSL60.53º76%29.41%-
HSV(B)60.53º86.36%51.76%-
XYZ17.7221.373.76-
YUV118.771.17136.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=46.62%
G=46.98%
B=6.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132180.0100.860.4860.537629.41
Hex8384121056303d4c1d
Octal2032042210126607511435
Binary100000111000010010010101010110110000111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838412; }

 p { color: rgb(131,132,18); }

 H1.HeaderClassName
 {
   color: #838412;
 }
 .AnyTagClassName
 {
   color: #838412;
 }
</style>
background-color css

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

 a { background-color: rgb(131,132,18); }

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

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

 span { border-color: rgb(131,132,18); }

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