Html Css Color HEX #648C45 Dingley

📋 copy color: '#648C45'

red 100 ◦ green 140 ◦ blue 69

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

Shades of Dingley #648C45

Tints of Dingley #648C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

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

R = 32.36%
G = 45.31%
B = 22.33%

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

#648C45 (or 0x648C45) is known color: Dingley. HEX triplet: 64, 8C and 45. RGB value is (100,140,69). Sum of RGB (Red+Green+Blue) = 100+140+69=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #648C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C45 is #9B73BA. Grayscale: #787878. Windows color (decimal): -10187707 or 4557924. OLE color: 4557924.

HSL color Cylindrical-coordinate representation of color #648C45: hue angle of 93.8º 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 #648C45 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 140 69 -
CMYK 0.29 0 0.51 0.45
HSL 93.8º 0.34% 0.41% -
HSV(B) 93.8º 0.51% 0.55% -
XYZ 15.71 21.9 9.03 -
YUV 119.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 100 140 69 0.29 0 0.51 0.45 93.8 0.34 0.41
Hex 64 8C 45 1D 0 33 2D 5E 22 29
Octal 144 214 105 35 0 63 55 136 42 51
Binary 1100100 10001100 1000101 11101 0 110011 101101 1011110 100010 101001

Color Harmonies of #648C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C45

Black with #648C45

Text Example


Text Example

White with #648C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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