Html Css Color HEX #648B3C Dingley

📋 copy color: '#648B3C'

red 100 ◦ green 139 ◦ blue 60

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

Shades of Dingley #648B3C

Tints of Dingley #648B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 33.44%
G = 46.49%
B = 20.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#648B3C (or 0x648B3C) is known color: Dingley. HEX triplet: 64, 8B and 3C. RGB value is (100,139,60). Sum of RGB (Red+Green+Blue) = 100+139+60=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #648B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B3C is #9B74C3. Grayscale: #767676. Windows color (decimal): -10187972 or 3967844. OLE color: 3967844.

HSL color Cylindrical-coordinate representation of color #648B3C: hue angle of 89.62º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648B3C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 60 -
CMYK 0.28 0 0.57 0.45
HSL 89.62º 0.4% 0.39% -
HSV(B) 89.62º 0.57% 0.55% -
XYZ 15.3 21.5 7.62 -
YUV 118.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 100 139 60 0.28 0 0.57 0.45 89.62 0.4 0.39
Hex 64 8B 3C 1C 0 39 2D 5A 28 27
Octal 144 213 74 34 0 71 55 132 50 47
Binary 1100100 10001011 111100 11100 0 111001 101101 1011010 101000 100111

Color Harmonies of #648B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B3C

Black with #648B3C

Text Example


Text Example

White with #648B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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