Html Css Color HEX #648144 Dingley

📋 copy color: '#648144'

red 100 ◦ green 129 ◦ blue 68

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

Shades of Dingley #648144

Tints of Dingley #648144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 33.67%
G = 43.43%
B = 22.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#648144 (or 0x648144) is known color: Dingley. HEX triplet: 64, 81 and 44. RGB value is (100,129,68). Sum of RGB (Red+Green+Blue) = 100+129+68=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #648144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648144 is #9B7EBB. Grayscale: #717171. Windows color (decimal): -10190524 or 4489572. OLE color: 4489572.

HSL color Cylindrical-coordinate representation of color #648144: hue angle of 88.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648144 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 68 -
CMYK 0.22 0 0.47 0.49
HSL 88.52º 0.31% 0.39% -
HSV(B) 88.52º 0.47% 0.51% -
XYZ 14.15 18.83 8.36 -
YUV 113.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 100 129 68 0.22 0 0.47 0.49 88.52 0.31 0.39
Hex 64 81 44 16 0 2F 31 59 1F 27
Octal 144 201 104 26 0 57 61 131 37 47
Binary 1100100 10000001 1000100 10110 0 101111 110001 1011001 11111 100111

Color Harmonies of #648144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648144

Black with #648144

Text Example


Text Example

White with #648144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648144; }

 p { color: rgb(100,129,68); }

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

background-color css

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

 a { background-color: rgb(100,129,68); }

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

border-color css

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

 span { border-color: rgb(100,129,68); }

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