#658331

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

Shades of Olive Drab #658331

Tints of Olive Drab #658331

Color information

#658331 (or 0x658331) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 31. RGB value is (101,131,49). Sum of RGB (Red+Green+Blue) = 101+131+49=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #658331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658331 is #9A7CCE. Grayscale: #707070. Windows color (decimal): -10124495 or 3244901. OLE color: 3244901.

HSL color Cylindrical-coordinate representation of color #658331: hue angle of 81.95º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #658331 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10113149-
CMYK0.2300.630.49
HSL81.95º45.56%35.29%-
HSV(B)81.95º62.6%51.37%-
XYZ14.0419.225.88-
YUV112.6892.06119.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=35.94%
G=46.62%
B=17.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131490.2300.630.4981.9545.5635.29
Hex6583311703F31522e23
Octal1452036127077611225643
Binary1100101100000111100011011101111111100011010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658331; }

 p { color: rgb(101,131,49); }

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

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

 a { background-color: rgb(101,131,49); }

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

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

 span { border-color: rgb(101,131,49); }

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