#648230

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

Shades of Olive Drab #648230

Tints of Olive Drab #648230

Color information

#648230 (or 0x648230) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 30. RGB value is (100,130,48). Sum of RGB (Red+Green+Blue) = 100+130+48=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #648230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648230 is #9B7DCF. Grayscale: #6F6F6F. Windows color (decimal): -10190288 or 3179108. OLE color: 3179108.

HSL color Cylindrical-coordinate representation of color #648230: 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 #648230 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10013048-
CMYK0.2300.630.49
HSL81.95º46.07%34.9%-
HSV(B)81.95º63.08%50.98%-
XYZ13.7718.895.72-
YUV111.6892.06119.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=35.97%
G=46.76%
B=17.27%

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
Decimal100130480.2300.630.4981.9546.0734.9
Hex6482301703F31522e23
Octal1442026027077611225643
Binary1100100100000101100001011101111111100011010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648230; }

 p { color: rgb(100,130,48); }

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

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

 a { background-color: rgb(100,130,48); }

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

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

 span { border-color: rgb(100,130,48); }

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