Html Css Color HEX #628322 Olive Drab

📋 copy color: '#628322'

red 98 ◦ green 131 ◦ blue 34

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

Shades of Olive Drab #628322

Tints of Olive Drab #628322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 37.26%
G = 49.81%
B = 12.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#628322 (or 0x628322) is known color: Olive Drab. HEX triplet: 62, 83 and 22. RGB value is (98,131,34). Sum of RGB (Red+Green+Blue) = 98+131+34=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #628322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628322 is #9D7CDD. Grayscale: #6E6E6E. Windows color (decimal): -10321118 or 2261858. OLE color: 2261858.

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

Color convert

RGB 98 131 34 -
CMYK 0.25 0 0.74 0.49
HSL 80.41º 0.59% 0.32% -
HSV(B) 80.41º 0.74% 0.51% -
XYZ 13.44 18.94 4.46 -
YUV 110.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 98 131 34 0.25 0 0.74 0.49 80.41 0.59 0.32
Hex 62 83 22 19 0 4A 31 50 3B 20
Octal 142 203 42 31 0 112 61 120 73 40
Binary 1100010 10000011 100010 11001 0 1001010 110001 1010000 111011 100000

Color Harmonies of #628322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628322

Black with #628322

Text Example


Text Example

White with #628322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628322; }

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

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

background-color css

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

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

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

border-color css

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

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

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