Html Css Color HEX #628528 Olive Drab

📋 copy color: '#628528'

red 98 ◦ green 133 ◦ blue 40

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

Shades of Olive Drab #628528

Tints of Olive Drab #628528

RGB

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

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

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

R = 36.16%
G = 49.08%
B = 14.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#628528 (or 0x628528) is known color: Olive Drab. HEX triplet: 62, 85 and 28. RGB value is (98,133,40). Sum of RGB (Red+Green+Blue) = 98+133+40=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #628528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628528 is #9D7AD7. Grayscale: #707070. Windows color (decimal): -10320600 or 2655586. OLE color: 2655586.

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

Color convert

RGB 98 133 40 -
CMYK 0.26 0 0.70 0.48
HSL 82.58º 0.54% 0.34% -
HSV(B) 82.58º 0.7% 0.52% -
XYZ 13.81 19.52 5.05 -
YUV 111.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 98 133 40 0.26 0 0.70 0.48 82.58 0.54 0.34
Hex 62 85 28 1A 0 46 30 53 36 22
Octal 142 205 50 32 0 106 60 123 66 42
Binary 1100010 10000101 101000 11010 0 1000110 110000 1010011 110110 100010

Color Harmonies of #628528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628528

Black with #628528

Text Example


Text Example

White with #628528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628528; }

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

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

background-color css

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

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

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

border-color css

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

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

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