#658233

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

Shades of Olive Drab #658233

Tints of Olive Drab #658233

Color information

#658233 (or 0x658233) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 33. RGB value is (101,130,51). Sum of RGB (Red+Green+Blue) = 101+130+51=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #658233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658233 is #9A7DCC. Grayscale: #707070. Windows color (decimal): -10124749 or 3375717. OLE color: 3375717.

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

Color convert

RGB10113051-
CMYK0.2200.610.49
HSL82.03º43.65%35.49%-
HSV(B)82.03º60.77%50.98%-
XYZ13.9518.976.06-
YUV112.3293.39119.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=35.82%
G=46.10%
B=18.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130510.2200.610.4982.0343.6535.49
Hex6582331603D31522c23
Octal1452026326075611225443
Binary1100101100000101100111011001111011100011010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658233; }

 p { color: rgb(101,130,51); }

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

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

 a { background-color: rgb(101,130,51); }

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

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

 span { border-color: rgb(101,130,51); }

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