#658334

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

Shades of Olive Drab #658334

Tints of Olive Drab #658334

Color information

#658334 (or 0x658334) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 34. RGB value is (101,131,52). Sum of RGB (Red+Green+Blue) = 101+131+52=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #658334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658334 is #9A7CCB. Grayscale: #717171. Windows color (decimal): -10124492 or 3441509. OLE color: 3441509.

HSL color Cylindrical-coordinate representation of color #658334: hue angle of 82.78º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658334 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10113152-
CMYK0.2300.600.49
HSL82.78º43.17%35.88%-
HSV(B)82.78º60.31%51.37%-
XYZ14.119.256.22-
YUV113.0293.56119.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=35.56%
G=46.13%
B=18.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131520.2300.600.4982.7843.1735.88
Hex6583341703C31532b24
Octal1452036427074611235344
Binary1100101100000111101001011101111001100011010011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658334; }

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

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

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

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

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

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

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

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