Html Css Color HEX #648542 Dingley

📋 copy color: '#648542'

red 100 ◦ green 133 ◦ blue 66

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

Shades of Dingley #648542

Tints of Dingley #648542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 33.44%
G = 44.48%
B = 22.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#648542 (or 0x648542) is known color: Dingley. HEX triplet: 64, 85 and 42. RGB value is (100,133,66). Sum of RGB (Red+Green+Blue) = 100+133+66=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #648542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648542 is #9B7ABD. Grayscale: #737373. Windows color (decimal): -10189502 or 4359524. OLE color: 4359524.

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

Color convert

RGB 100 133 66 -
CMYK 0.25 0 0.50 0.48
HSL 89.55º 0.34% 0.39% -
HSV(B) 89.55º 0.5% 0.52% -
XYZ 14.63 19.88 8.22 -
YUV 115.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 100 133 66 0.25 0 0.50 0.48 89.55 0.34 0.39
Hex 64 85 42 19 0 32 30 5A 22 27
Octal 144 205 102 31 0 62 60 132 42 47
Binary 1100100 10000101 1000010 11001 0 110010 110000 1011010 100010 100111

Color Harmonies of #648542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648542

Black with #648542

Text Example


Text Example

White with #648542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648542; }

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

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

background-color css

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

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

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

border-color css

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

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

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