Html Css Color HEX #626440 Verdigris

📋 copy color: '#626440'

red 98 ◦ green 100 ◦ blue 64

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

Shades of Verdigris #626440

Tints of Verdigris #626440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 37.4%
G = 38.17%
B = 24.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#626440 (or 0x626440) is known color: Verdigris. HEX triplet: 62, 64 and 40. RGB value is (98,100,64). Sum of RGB (Red+Green+Blue) = 98+100+64=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #626440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626440 is #9D9BBF. Grayscale: #5F5F5F. Windows color (decimal): -10329024 or 4220002. OLE color: 4220002.

HSL color Cylindrical-coordinate representation of color #626440: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626440 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 100 64 -
CMYK 0.02 0 0.36 0.61
HSL 63.33º 0.22% 0.32% -
HSV(B) 63.33º 0.36% 0.39% -
XYZ 10.52 12.08 6.63 -
YUV 95.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 98 100 64 0.02 0 0.36 0.61 63.33 0.22 0.32
Hex 62 64 40 2 0 24 3D 3F 16 20
Octal 142 144 100 2 0 44 75 77 26 40
Binary 1100010 1100100 1000000 10 0 100100 111101 111111 10110 100000

Color Harmonies of #626440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626440

Black with #626440

Text Example


Text Example

White with #626440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626440; }

 p { color: rgb(98,100,64); }

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

background-color css

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

 a { background-color: rgb(98,100,64); }

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

border-color css

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

 span { border-color: rgb(98,100,64); }

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