Html Css Color HEX #626940 Woodland

📋 copy color: '#626940'

red 98 ◦ green 105 ◦ blue 64

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

Shades of Woodland #626940

Tints of Woodland #626940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 36.7%
G = 39.33%
B = 23.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#626940 (or 0x626940) is known color: Woodland. HEX triplet: 62, 69 and 40. RGB value is (98,105,64). Sum of RGB (Red+Green+Blue) = 98+105+64=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #626940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626940 is #9D96BF. Grayscale: #626262. Windows color (decimal): -10327744 or 4221282. OLE color: 4221282.

HSL color Cylindrical-coordinate representation of color #626940: hue angle of 70.24º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #626940 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 105 64 -
CMYK 0.07 0 0.39 0.59
HSL 70.24º 0.24% 0.33% -
HSV(B) 70.24º 0.39% 0.41% -
XYZ 11.01 13.07 6.79 -
YUV 98.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 98 105 64 0.07 0 0.39 0.59 70.24 0.24 0.33
Hex 62 69 40 7 0 27 3B 46 18 21
Octal 142 151 100 7 0 47 73 106 30 41
Binary 1100010 1101001 1000000 111 0 100111 111011 1000110 11000 100001

Color Harmonies of #626940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626940

Black with #626940

Text Example


Text Example

White with #626940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626940; }

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

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

background-color css

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

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

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

border-color css

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

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

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