#628525

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

Shades of Olive Drab #628525

Tints of Olive Drab #628525

Color information

#628525 (or 0x628525) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 25. RGB value is (98,133,37). Sum of RGB (Red+Green+Blue) = 98+133+37=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #628525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628525 is #9D7ADA. Grayscale: #6F6F6F. Windows color (decimal): -10320603 or 2458978. OLE color: 2458978.

HSL color Cylindrical-coordinate representation of color #628525: hue angle of 81.88º 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 #628525 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB9813337-
CMYK0.2600.720.48
HSL81.88º56.47%33.33%-
HSV(B)81.88º72.18%52.16%-
XYZ13.7619.514.79-
YUV111.5985.9118.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=36.57%
G=49.63%
B=13.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133370.2600.720.4881.8856.4733.33
Hex6285251A04830523821
Octal14220545320110601227041
Binary11000101000010110010111010010010001100001010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628525; }

 p { color: rgb(98,133,37); }

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

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

 a { background-color: rgb(98,133,37); }

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

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

 span { border-color: rgb(98,133,37); }

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