Html Css Color HEX #628226 Olive Drab

📋 copy color: '#628226'

red 98 ◦ green 130 ◦ blue 38

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

Shades of Olive Drab #628226

Tints of Olive Drab #628226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 36.84%
G = 48.87%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#628226 (or 0x628226) is known color: Olive Drab. HEX triplet: 62, 82 and 26. RGB value is (98,130,38). Sum of RGB (Red+Green+Blue) = 98+130+38=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #628226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628226 is #9D7DD9. Grayscale: #6E6E6E. Windows color (decimal): -10321370 or 2523746. OLE color: 2523746.

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

Color convert

RGB 98 130 38 -
CMYK 0.25 0 0.71 0.49
HSL 80.87º 0.55% 0.33% -
HSV(B) 80.87º 0.71% 0.51% -
XYZ 13.37 18.7 4.74 -
YUV 109.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 98 130 38 0.25 0 0.71 0.49 80.87 0.55 0.33
Hex 62 82 26 19 0 47 31 51 37 21
Octal 142 202 46 31 0 107 61 121 67 41
Binary 1100010 10000010 100110 11001 0 1000111 110001 1010001 110111 100001

Color Harmonies of #628226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628226

Black with #628226

Text Example


Text Example

White with #628226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628226; }

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

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

background-color css

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

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

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

border-color css

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

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

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