Html Css Color HEX #637D31 Dark Olive Green

📋 copy color: '#637D31'

red 99 ◦ green 125 ◦ blue 49

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

Shades of Dark Olive Green #637D31

Tints of Dark Olive Green #637D31

RGB

 RED value IS 99 (39.06% from 255) = 36.26%

 GREEN value IS 125 (49.22% from 255) = 45.79%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 36.26%
G = 45.79%
B = 17.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#637D31 (or 0x637D31) is known color: Dark Olive Green. HEX triplet: 63, 7D and 31. RGB value is (99,125,49). Sum of RGB (Red+Green+Blue) = 99+125+49=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #637D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637D31 is #9C82CE. Grayscale: #6C6C6C. Windows color (decimal): -10257103 or 3243363. OLE color: 3243363.

HSL color Cylindrical-coordinate representation of color #637D31: hue angle of 80.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #637D31 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 125 49 -
CMYK 0.21 0 0.61 0.51
HSL 80.53º 0.44% 0.34% -
HSV(B) 80.53º 0.61% 0.49% -
XYZ 13.03 17.54 5.6 -
YUV 108.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 99 125 49 0.21 0 0.61 0.51 80.53 0.44 0.34
Hex 63 7D 31 15 0 3D 33 51 2C 22
Octal 143 175 61 25 0 75 63 121 54 42
Binary 1100011 1111101 110001 10101 0 111101 110011 1010001 101100 100010

Color Harmonies of #637D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637D31

Black with #637D31

Text Example


Text Example

White with #637D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637D31; }

 p { color: rgb(99,125,49); }

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

background-color css

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

 a { background-color: rgb(99,125,49); }

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

border-color css

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

 span { border-color: rgb(99,125,49); }

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