Html Css Color HEX #649242 Dingley

📋 copy color: '#649242'

red 100 ◦ green 146 ◦ blue 66

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

Shades of Dingley #649242

Tints of Dingley #649242

RGB

 RED value IS 100 (39.45% from 255) = 32.05%

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 32.05%
G = 46.79%
B = 21.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#649242 (or 0x649242) is known color: Dingley. HEX triplet: 64, 92 and 42. RGB value is (100,146,66). Sum of RGB (Red+Green+Blue) = 100+146+66=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #649242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649242 is #9B6DBD. Grayscale: #7B7B7B. Windows color (decimal): -10186174 or 4362852. OLE color: 4362852.

HSL color Cylindrical-coordinate representation of color #649242: hue angle of 94.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649242 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 66 -
CMYK 0.32 0 0.55 0.43
HSL 94.5º 0.38% 0.42% -
HSV(B) 94.5º 0.55% 0.57% -
XYZ 16.52 23.66 8.85 -
YUV 123.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 100 146 66 0.32 0 0.55 0.43 94.5 0.38 0.42
Hex 64 92 42 20 0 37 2B 5E 26 2A
Octal 144 222 102 40 0 67 53 136 46 52
Binary 1100100 10010010 1000010 100000 0 110111 101011 1011110 100110 101010

Color Harmonies of #649242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649242

Black with #649242

Text Example


Text Example

White with #649242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649242; }

 p { color: rgb(100,146,66); }

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

background-color css

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

 a { background-color: rgb(100,146,66); }

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

border-color css

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

 span { border-color: rgb(100,146,66); }

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