Html Css Color HEX #648D3D Dingley

📋 copy color: '#648D3D'

red 100 ◦ green 141 ◦ blue 61

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

Shades of Dingley #648D3D

Tints of Dingley #648D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 33.11%
G = 46.69%
B = 20.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#648D3D (or 0x648D3D) is known color: Dingley. HEX triplet: 64, 8D and 3D. RGB value is (100,141,61). Sum of RGB (Red+Green+Blue) = 100+141+61=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #648D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D3D is #9B72C2. Grayscale: #777777. Windows color (decimal): -10187459 or 4033892. OLE color: 4033892.

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

Color convert

RGB 100 141 61 -
CMYK 0.29 0 0.57 0.45
HSL 90.75º 0.4% 0.4% -
HSV(B) 90.75º 0.57% 0.55% -
XYZ 15.62 22.1 7.86 -
YUV 119.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 100 141 61 0.29 0 0.57 0.45 90.75 0.4 0.4
Hex 64 8D 3D 1D 0 39 2D 5B 28 28
Octal 144 215 75 35 0 71 55 133 50 50
Binary 1100100 10001101 111101 11101 0 111001 101101 1011011 101000 101000

Color Harmonies of #648D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D3D

Black with #648D3D

Text Example


Text Example

White with #648D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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