Html Css Color HEX #648840 Dingley

📋 copy color: '#648840'

red 100 ◦ green 136 ◦ blue 64

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

Shades of Dingley #648840

Tints of Dingley #648840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 33.33%
G = 45.33%
B = 21.33%

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

#648840 (or 0x648840) is known color: Dingley. HEX triplet: 64, 88 and 40. RGB value is (100,136,64). Sum of RGB (Red+Green+Blue) = 100+136+64=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #648840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648840 is #9B77BF. Grayscale: #757575. Windows color (decimal): -10188736 or 4229220. OLE color: 4229220.

HSL color Cylindrical-coordinate representation of color #648840: hue angle of 90º 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 #648840 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 64 -
CMYK 0.26 0 0.53 0.47
HSL 90º 0.36% 0.39% -
HSV(B) 90º 0.53% 0.53% -
XYZ 14.99 20.69 8.05 -
YUV 117.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 100 136 64 0.26 0 0.53 0.47 90 0.36 0.39
Hex 64 88 40 1A 0 35 2F 5A 24 27
Octal 144 210 100 32 0 65 57 132 44 47
Binary 1100100 10001000 1000000 11010 0 110101 101111 1011010 100100 100111

Color Harmonies of #648840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648840

Black with #648840

Text Example


Text Example

White with #648840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648840; }

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

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

background-color css

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

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

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

border-color css

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

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

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