Html Css Color HEX #628325 Olive Drab

📋 copy color: '#628325'

red 98 ◦ green 131 ◦ blue 37

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

Shades of Olive Drab #628325

Tints of Olive Drab #628325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 36.84%
G = 49.25%
B = 13.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#628325 (or 0x628325) is known color: Olive Drab. HEX triplet: 62, 83 and 25. RGB value is (98,131,37). Sum of RGB (Red+Green+Blue) = 98+131+37=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #628325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628325 is #9D7CDA. Grayscale: #6E6E6E. Windows color (decimal): -10321115 or 2458466. OLE color: 2458466.

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

Color convert

RGB 98 131 37 -
CMYK 0.25 0 0.72 0.49
HSL 81.06º 0.56% 0.33% -
HSV(B) 81.06º 0.72% 0.51% -
XYZ 13.49 18.96 4.7 -
YUV 110.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 98 131 37 0.25 0 0.72 0.49 81.06 0.56 0.33
Hex 62 83 25 19 0 48 31 51 38 21
Octal 142 203 45 31 0 110 61 121 70 41
Binary 1100010 10000011 100101 11001 0 1001000 110001 1010001 111000 100001

Color Harmonies of #628325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628325

Black with #628325

Text Example


Text Example

White with #628325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628325; }

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

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

background-color css

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

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

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

border-color css

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

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

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