Html Css Color HEX #648B46 Dingley

📋 copy color: '#648B46'

red 100 ◦ green 139 ◦ blue 70

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

Shades of Dingley #648B46

Tints of Dingley #648B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

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

R = 32.36%
G = 44.98%
B = 22.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#648B46 (or 0x648B46) is known color: Dingley. HEX triplet: 64, 8B and 46. RGB value is (100,139,70). Sum of RGB (Red+Green+Blue) = 100+139+70=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #648B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B46 is #9B74B9. Grayscale: #777777. Windows color (decimal): -10187962 or 4623204. OLE color: 4623204.

HSL color Cylindrical-coordinate representation of color #648B46: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648B46 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 70 -
CMYK 0.28 0 0.50 0.45
HSL 93.91º 0.33% 0.41% -
HSV(B) 93.91º 0.5% 0.55% -
XYZ 15.59 21.62 9.14 -
YUV 119.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 100 139 70 0.28 0 0.50 0.45 93.91 0.33 0.41
Hex 64 8B 46 1C 0 32 2D 5E 21 29
Octal 144 213 106 34 0 62 55 136 41 51
Binary 1100100 10001011 1000110 11100 0 110010 101101 1011110 100001 101001

Color Harmonies of #648B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B46

Black with #648B46

Text Example


Text Example

White with #648B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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