Html Css Color HEX #648541 Dingley

📋 copy color: '#648541'

red 100 ◦ green 133 ◦ blue 65

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

Shades of Dingley #648541

Tints of Dingley #648541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 33.56%
G = 44.63%
B = 21.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#648541 (or 0x648541) is known color: Dingley. HEX triplet: 64, 85 and 41. RGB value is (100,133,65). Sum of RGB (Red+Green+Blue) = 100+133+65=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #648541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648541 is #9B7ABE. Grayscale: #737373. Windows color (decimal): -10189503 or 4293988. OLE color: 4293988.

HSL color Cylindrical-coordinate representation of color #648541: hue angle of 89.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648541 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 65 -
CMYK 0.25 0 0.51 0.48
HSL 89.12º 0.34% 0.39% -
HSV(B) 89.12º 0.51% 0.52% -
XYZ 14.6 19.87 8.07 -
YUV 115.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 100 133 65 0.25 0 0.51 0.48 89.12 0.34 0.39
Hex 64 85 41 19 0 33 30 59 22 27
Octal 144 205 101 31 0 63 60 131 42 47
Binary 1100100 10000101 1000001 11001 0 110011 110000 1011001 100010 100111

Color Harmonies of #648541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648541

Black with #648541

Text Example


Text Example

White with #648541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648541; }

 p { color: rgb(100,133,65); }

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

background-color css

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

 a { background-color: rgb(100,133,65); }

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

border-color css

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

 span { border-color: rgb(100,133,65); }

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