Html Css Color HEX #648945 Dingley

📋 copy color: '#648945'

red 100 ◦ green 137 ◦ blue 69

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

Shades of Dingley #648945

Tints of Dingley #648945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 32.68%
G = 44.77%
B = 22.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#648945 (or 0x648945) is known color: Dingley. HEX triplet: 64, 89 and 45. RGB value is (100,137,69). Sum of RGB (Red+Green+Blue) = 100+137+69=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #648945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648945 is #9B76BA. Grayscale: #767676. Windows color (decimal): -10188475 or 4557156. OLE color: 4557156.

HSL color Cylindrical-coordinate representation of color #648945: hue angle of 92.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648945 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 69 -
CMYK 0.27 0 0.50 0.46
HSL 92.65º 0.33% 0.4% -
HSV(B) 92.65º 0.5% 0.54% -
XYZ 15.28 21.03 8.88 -
YUV 118.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 100 137 69 0.27 0 0.50 0.46 92.65 0.33 0.4
Hex 64 89 45 1B 0 32 2E 5D 21 28
Octal 144 211 105 33 0 62 56 135 41 50
Binary 1100100 10001001 1000101 11011 0 110010 101110 1011101 100001 101000

Color Harmonies of #648945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648945

Black with #648945

Text Example


Text Example

White with #648945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648945; }

 p { color: rgb(100,137,69); }

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

background-color css

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

 a { background-color: rgb(100,137,69); }

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

border-color css

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

 span { border-color: rgb(100,137,69); }

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