Html Css Color HEX #648B40 Dingley

📋 copy color: '#648B40'

red 100 ◦ green 139 ◦ blue 64

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

Shades of Dingley #648B40

Tints of Dingley #648B40

RGB

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

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

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

R = 33%
G = 45.87%
B = 21.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#648B40 (or 0x648B40) is known color: Dingley. HEX triplet: 64, 8B and 40. RGB value is (100,139,64). Sum of RGB (Red+Green+Blue) = 100+139+64=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #648B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B40 is #9B74BF. Grayscale: #777777. Windows color (decimal): -10187968 or 4229988. OLE color: 4229988.

HSL color Cylindrical-coordinate representation of color #648B40: hue angle of 91.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648B40 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 64 -
CMYK 0.28 0 0.54 0.45
HSL 91.2º 0.37% 0.4% -
HSV(B) 91.2º 0.54% 0.55% -
XYZ 15.41 21.54 8.2 -
YUV 118.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 100 139 64 0.28 0 0.54 0.45 91.2 0.37 0.4
Hex 64 8B 40 1C 0 36 2D 5B 25 28
Octal 144 213 100 34 0 66 55 133 45 50
Binary 1100100 10001011 1000000 11100 0 110110 101101 1011011 100101 101000

Color Harmonies of #648B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B40

Black with #648B40

Text Example


Text Example

White with #648B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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