Html Css Color HEX #648B45 Dingley

📋 copy color: '#648B45'

red 100 ◦ green 139 ◦ blue 69

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

Shades of Dingley #648B45

Tints of Dingley #648B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

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

R = 32.47%
G = 45.13%
B = 22.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#648B45 (or 0x648B45) is known color: Dingley. HEX triplet: 64, 8B and 45. RGB value is (100,139,69). Sum of RGB (Red+Green+Blue) = 100+139+69=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #648B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B45 is #9B74BA. Grayscale: #777777. Windows color (decimal): -10187963 or 4557668. OLE color: 4557668.

HSL color Cylindrical-coordinate representation of color #648B45: hue angle of 93.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648B45 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 69 -
CMYK 0.28 0 0.50 0.45
HSL 93.43º 0.34% 0.41% -
HSV(B) 93.43º 0.5% 0.55% -
XYZ 15.56 21.6 8.98 -
YUV 119.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 100 139 69 0.28 0 0.50 0.45 93.43 0.34 0.41
Hex 64 8B 45 1C 0 32 2D 5D 22 29
Octal 144 213 105 34 0 62 55 135 42 51
Binary 1100100 10001011 1000101 11100 0 110010 101101 1011101 100010 101001

Color Harmonies of #648B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B45

Black with #648B45

Text Example


Text Example

White with #648B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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