Html Css Color HEX #648D3F Dingley

📋 copy color: '#648D3F'

red 100 ◦ green 141 ◦ blue 63

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

Shades of Dingley #648D3F

Tints of Dingley #648D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 32.89%
G = 46.38%
B = 20.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#648D3F (or 0x648D3F) is known color: Dingley. HEX triplet: 64, 8D and 3F. RGB value is (100,141,63). Sum of RGB (Red+Green+Blue) = 100+141+63=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #648D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D3F is #9B72C0. Grayscale: #787878. Windows color (decimal): -10187457 or 4164964. OLE color: 4164964.

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

Color convert

RGB 100 141 63 -
CMYK 0.29 0 0.55 0.45
HSL 91.54º 0.38% 0.4% -
HSV(B) 91.54º 0.55% 0.55% -
XYZ 15.68 22.12 8.15 -
YUV 119.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 100 141 63 0.29 0 0.55 0.45 91.54 0.38 0.4
Hex 64 8D 3F 1D 0 37 2D 5C 26 28
Octal 144 215 77 35 0 67 55 134 46 50
Binary 1100100 10001101 111111 11101 0 110111 101101 1011100 100110 101000

Color Harmonies of #648D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D3F

Black with #648D3F

Text Example


Text Example

White with #648D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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