Html Css Color HEX #628529 Olive Drab

📋 copy color: '#628529'

red 98 ◦ green 133 ◦ blue 41

#628529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #628529

Tints of Olive Drab #628529

RGB

 RED value IS 98 (38.67% from 255) = 36.03%

 GREEN value IS 133 (52.34% from 255) = 48.9%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 36.03%
G = 48.9%
B = 15.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#628529 (or 0x628529) is known color: Olive Drab. HEX triplet: 62, 85 and 29. RGB value is (98,133,41). Sum of RGB (Red+Green+Blue) = 98+133+41=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #628529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628529 is #9D7AD6. Grayscale: #707070. Windows color (decimal): -10320599 or 2721122. OLE color: 2721122.

HSL color Cylindrical-coordinate representation of color #628529: hue angle of 82.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #628529 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 41 -
CMYK 0.26 0 0.69 0.48
HSL 82.83º 0.53% 0.34% -
HSV(B) 82.83º 0.69% 0.52% -
XYZ 13.82 19.53 5.14 -
YUV 112.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 98 133 41 0.26 0 0.69 0.48 82.83 0.53 0.34
Hex 62 85 29 1A 0 45 30 53 35 22
Octal 142 205 51 32 0 105 60 123 65 42
Binary 1100010 10000101 101001 11010 0 1000101 110000 1010011 110101 100010

Color Harmonies of #628529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628529

Black with #628529

Text Example


Text Example

White with #628529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628529; }

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

 H1.HeaderClassName
 {
   color: #628529;
 }
 .AnyTagClassName
 {
   color: #628529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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