Html Css Color HEX #648345 Dingley

📋 copy color: '#648345'

red 100 ◦ green 131 ◦ blue 69

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

Shades of Dingley #648345

Tints of Dingley #648345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 33.33%
G = 43.67%
B = 23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#648345 (or 0x648345) is known color: Dingley. HEX triplet: 64, 83 and 45. RGB value is (100,131,69). Sum of RGB (Red+Green+Blue) = 100+131+69=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #648345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648345 is #9B7CBA. Grayscale: #727272. Windows color (decimal): -10190011 or 4555620. OLE color: 4555620.

HSL color Cylindrical-coordinate representation of color #648345: hue angle of 90º 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 #648345 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 69 -
CMYK 0.24 0 0.47 0.49
HSL 90º 0.31% 0.39% -
HSV(B) 90º 0.47% 0.51% -
XYZ 14.45 19.37 8.61 -
YUV 114.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 100 131 69 0.24 0 0.47 0.49 90 0.31 0.39
Hex 64 83 45 18 0 2F 31 5A 1F 27
Octal 144 203 105 30 0 57 61 132 37 47
Binary 1100100 10000011 1000101 11000 0 101111 110001 1011010 11111 100111

Color Harmonies of #648345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648345

Black with #648345

Text Example


Text Example

White with #648345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648345; }

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

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

background-color css

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

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

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

border-color css

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

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

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