#658430

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

Shades of Olive Drab #658430

Tints of Olive Drab #658430

Color information

#658430 (or 0x658430) is unknown color: approx Olive Drab. HEX triplet: 65, 84 and 30. RGB value is (101,132,48). Sum of RGB (Red+Green+Blue) = 101+132+48=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #658430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658430 is #9A7BCF. Grayscale: #717171. Windows color (decimal): -10124240 or 3179621. OLE color: 3179621.

HSL color Cylindrical-coordinate representation of color #658430: hue angle of 82.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #658430 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB10113248-
CMYK0.2300.640.48
HSL82.14º46.67%35.29%-
HSV(B)82.14º63.64%51.76%-
XYZ14.1519.485.81-
YUV113.1591.23119.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=35.94%
G=46.98%
B=17.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132480.2300.640.4882.1446.6735.29
Hex6584301704030522f23
Octal14520460270100601225743
Binary11001011000010011000010111010000001100001010010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658430; }

 p { color: rgb(101,132,48); }

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

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

 a { background-color: rgb(101,132,48); }

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

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

 span { border-color: rgb(101,132,48); }

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