Html Css Color HEX #628328 Olive Drab

📋 copy color: '#628328'

red 98 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #628328

Tints of Olive Drab #628328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

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

R = 36.43%
G = 48.7%
B = 14.87%

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

#628328 (or 0x628328) is known color: Olive Drab. HEX triplet: 62, 83 and 28. RGB value is (98,131,40). Sum of RGB (Red+Green+Blue) = 98+131+40=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #628328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628328 is #9D7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10321112 or 2655074. OLE color: 2655074.

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

Color convert

RGB 98 131 40 -
CMYK 0.25 0 0.69 0.49
HSL 81.76º 0.53% 0.34% -
HSV(B) 81.76º 0.69% 0.51% -
XYZ 13.54 18.98 4.96 -
YUV 110.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 98 131 40 0.25 0 0.69 0.49 81.76 0.53 0.34
Hex 62 83 28 19 0 45 31 52 35 22
Octal 142 203 50 31 0 105 61 122 65 42
Binary 1100010 10000011 101000 11001 0 1000101 110001 1010010 110101 100010

Color Harmonies of #628328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628328

Black with #628328

Text Example


Text Example

White with #628328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628328; }

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

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

background-color css

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

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

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

border-color css

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

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

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