Html Css Color HEX #648246 Dingley

📋 copy color: '#648246'

red 100 ◦ green 130 ◦ blue 70

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

Shades of Dingley #648246

Tints of Dingley #648246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 33.33%
G = 43.33%
B = 23.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#648246 (or 0x648246) is known color: Dingley. HEX triplet: 64, 82 and 46. RGB value is (100,130,70). Sum of RGB (Red+Green+Blue) = 100+130+70=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #648246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648246 is #9B7DB9. Grayscale: #727272. Windows color (decimal): -10190266 or 4620900. OLE color: 4620900.

HSL color Cylindrical-coordinate representation of color #648246: hue angle of 90º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648246 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 70 -
CMYK 0.23 0 0.46 0.49
HSL 90º 0.3% 0.39% -
HSV(B) 90º 0.46% 0.51% -
XYZ 14.34 19.12 8.73 -
YUV 114.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 100 130 70 0.23 0 0.46 0.49 90 0.3 0.39
Hex 64 82 46 17 0 2E 31 5A 1E 27
Octal 144 202 106 27 0 56 61 132 36 47
Binary 1100100 10000010 1000110 10111 0 101110 110001 1011010 11110 100111

Color Harmonies of #648246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648246

Black with #648246

Text Example


Text Example

White with #648246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648246; }

 p { color: rgb(100,130,70); }

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

background-color css

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

 a { background-color: rgb(100,130,70); }

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

border-color css

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

 span { border-color: rgb(100,130,70); }

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