Html Css Color HEX #648748 Dingley

📋 copy color: '#648748'

red 100 ◦ green 135 ◦ blue 72

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

Shades of Dingley #648748

Tints of Dingley #648748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 32.57%
G = 43.97%
B = 23.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#648748 (or 0x648748) is known color: Dingley. HEX triplet: 64, 87 and 48. RGB value is (100,135,72). Sum of RGB (Red+Green+Blue) = 100+135+72=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #648748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648748 is #9B78B7. Grayscale: #757575. Windows color (decimal): -10188984 or 4753252. OLE color: 4753252.

HSL color Cylindrical-coordinate representation of color #648748: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648748 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 72 -
CMYK 0.26 0 0.47 0.47
HSL 93.33º 0.3% 0.41% -
HSV(B) 93.33º 0.47% 0.53% -
XYZ 15.09 20.51 9.29 -
YUV 117.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 100 135 72 0.26 0 0.47 0.47 93.33 0.3 0.41
Hex 64 87 48 1A 0 2F 2F 5D 1E 29
Octal 144 207 110 32 0 57 57 135 36 51
Binary 1100100 10000111 1001000 11010 0 101111 101111 1011101 11110 101001

Color Harmonies of #648748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648748

Black with #648748

Text Example


Text Example

White with #648748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648748; }

 p { color: rgb(100,135,72); }

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

background-color css

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

 a { background-color: rgb(100,135,72); }

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

border-color css

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

 span { border-color: rgb(100,135,72); }

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