#648416

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

Shades of Olive Drab #648416

Tints of Olive Drab #648416

Color information

#648416 (or 0x648416) is unknown color: approx Olive Drab. HEX triplet: 64, 84 and 16. RGB value is (100,132,22). Sum of RGB (Red+Green+Blue) = 100+132+22=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #648416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648416 is #9B7BE9. Grayscale: #6E6E6E. Windows color (decimal): -10189802 or 1475684. OLE color: 1475684.

HSL color Cylindrical-coordinate representation of color #648416: hue angle of 77.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648416 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB10013222-
CMYK0.2400.830.48
HSL77.45º71.43%30.2%-
HSV(B)77.45º83.33%51.76%-
XYZ13.6519.273.76-
YUV109.8978.4120.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=39.37%
G=51.97%
B=8.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132220.2400.830.4877.4571.4330.2
Hex64841618053304d471e
Octal144204263001236011510736
Binary1100100100001001011011000010100111100001001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648416; }

 p { color: rgb(100,132,22); }

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

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

 a { background-color: rgb(100,132,22); }

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

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

 span { border-color: rgb(100,132,22); }

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