Html Css Color HEX #648740 Dingley

📋 copy color: '#648740'

red 100 ◦ green 135 ◦ blue 64

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

Shades of Dingley #648740

Tints of Dingley #648740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

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

R = 33.44%
G = 45.15%
B = 21.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#648740 (or 0x648740) is known color: Dingley. HEX triplet: 64, 87 and 40. RGB value is (100,135,64). Sum of RGB (Red+Green+Blue) = 100+135+64=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #648740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648740 is #9B78BF. Grayscale: #747474. Windows color (decimal): -10188992 or 4228964. OLE color: 4228964.

HSL color Cylindrical-coordinate representation of color #648740: hue angle of 89.58º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648740 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 64 -
CMYK 0.26 0 0.53 0.47
HSL 89.58º 0.36% 0.39% -
HSV(B) 89.58º 0.53% 0.53% -
XYZ 14.84 20.41 8.01 -
YUV 116.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 100 135 64 0.26 0 0.53 0.47 89.58 0.36 0.39
Hex 64 87 40 1A 0 35 2F 5A 24 27
Octal 144 207 100 32 0 65 57 132 44 47
Binary 1100100 10000111 1000000 11010 0 110101 101111 1011010 100100 100111

Color Harmonies of #648740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648740

Black with #648740

Text Example


Text Example

White with #648740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648740; }

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

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

background-color css

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

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

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

border-color css

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

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

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