Html Css Color HEX #648D45 Dingley

📋 copy color: '#648D45'

red 100 ◦ green 141 ◦ blue 69

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

Shades of Dingley #648D45

Tints of Dingley #648D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

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

R = 32.26%
G = 45.48%
B = 22.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#648D45 (or 0x648D45) is known color: Dingley. HEX triplet: 64, 8D and 45. RGB value is (100,141,69). Sum of RGB (Red+Green+Blue) = 100+141+69=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #648D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D45 is #9B72BA. Grayscale: #787878. Windows color (decimal): -10187451 or 4558180. OLE color: 4558180.

HSL color Cylindrical-coordinate representation of color #648D45: hue angle of 94.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648D45 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 69 -
CMYK 0.29 0 0.51 0.45
HSL 94.17º 0.34% 0.41% -
HSV(B) 94.17º 0.51% 0.55% -
XYZ 15.85 22.19 9.08 -
YUV 120.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 100 141 69 0.29 0 0.51 0.45 94.17 0.34 0.41
Hex 64 8D 45 1D 0 33 2D 5E 22 29
Octal 144 215 105 35 0 63 55 136 42 51
Binary 1100100 10001101 1000101 11101 0 110011 101101 1011110 100010 101001

Color Harmonies of #648D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D45

Black with #648D45

Text Example


Text Example

White with #648D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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