Html Css Color HEX #628228 Olive Drab

📋 copy color: '#628228'

red 98 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #628228

Tints of Olive Drab #628228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 36.57%
G = 48.51%
B = 14.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#628228 (or 0x628228) is known color: Olive Drab. HEX triplet: 62, 82 and 28. RGB value is (98,130,40). Sum of RGB (Red+Green+Blue) = 98+130+40=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #628228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628228 is #9D7DD7. Grayscale: #6E6E6E. Windows color (decimal): -10321368 or 2654818. OLE color: 2654818.

HSL color Cylindrical-coordinate representation of color #628228: hue angle of 81.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #628228 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 40 -
CMYK 0.25 0 0.69 0.49
HSL 81.33º 0.53% 0.33% -
HSV(B) 81.33º 0.69% 0.51% -
XYZ 13.4 18.72 4.91 -
YUV 110.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 98 130 40 0.25 0 0.69 0.49 81.33 0.53 0.33
Hex 62 82 28 19 0 45 31 51 35 21
Octal 142 202 50 31 0 105 61 121 65 41
Binary 1100010 10000010 101000 11001 0 1000101 110001 1010001 110101 100001

Color Harmonies of #628228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628228

Black with #628228

Text Example


Text Example

White with #628228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628228; }

 p { color: rgb(98,130,40); }

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

background-color css

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

 a { background-color: rgb(98,130,40); }

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

border-color css

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

 span { border-color: rgb(98,130,40); }

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