#648425

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

Shades of Olive Drab #648425

Tints of Olive Drab #648425

Color information

#648425 (or 0x648425) is unknown color: approx Olive Drab. HEX triplet: 64, 84 and 25. RGB value is (100,132,37). Sum of RGB (Red+Green+Blue) = 100+132+37=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #648425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648425 is #9B7BDA. Grayscale: #6F6F6F. Windows color (decimal): -10189787 or 2458724. OLE color: 2458724.

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

Color convert

RGB10013237-
CMYK0.2400.720.48
HSL80.21º56.21%33.14%-
HSV(B)80.21º71.97%51.76%-
XYZ13.8419.354.75-
YUV111.685.9119.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=37.17%
G=49.07%
B=13.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132370.2400.720.4880.2156.2133.14
Hex6484251804830503821
Octal14420445300110601207041
Binary11001001000010010010111000010010001100001010000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648425; }

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

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

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

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

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

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

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

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