Html Css Color HEX #648438 Dingley

📋 copy color: '#648438'

red 100 ◦ green 132 ◦ blue 56

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

Shades of Dingley #648438

Tints of Dingley #648438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 34.72%
G = 45.83%
B = 19.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#648438 (or 0x648438) is known color: Dingley. HEX triplet: 64, 84 and 38. RGB value is (100,132,56). Sum of RGB (Red+Green+Blue) = 100+132+56=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #648438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648438 is #9B7BC7. Grayscale: #727272. Windows color (decimal): -10189768 or 3703908. OLE color: 3703908.

HSL color Cylindrical-coordinate representation of color #648438: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648438 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 56 -
CMYK 0.24 0 0.58 0.48
HSL 85.26º 0.4% 0.37% -
HSV(B) 85.26º 0.58% 0.52% -
XYZ 14.22 19.5 6.76 -
YUV 113.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 100 132 56 0.24 0 0.58 0.48 85.26 0.4 0.37
Hex 64 84 38 18 0 3A 30 55 28 25
Octal 144 204 70 30 0 72 60 125 50 45
Binary 1100100 10000100 111000 11000 0 111010 110000 1010101 101000 100101

Color Harmonies of #648438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648438

Black with #648438

Text Example


Text Example

White with #648438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648438; }

 p { color: rgb(100,132,56); }

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

background-color css

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

 a { background-color: rgb(100,132,56); }

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

border-color css

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

 span { border-color: rgb(100,132,56); }

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