Html Css Color HEX #638548 Dingley

📋 copy color: '#638548'

red 99 ◦ green 133 ◦ blue 72

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

Shades of Dingley #638548

Tints of Dingley #638548

RGB

 RED value IS 99 (39.06% from 255) = 32.57%

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 32.57%
G = 43.75%
B = 23.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#638548 (or 0x638548) is known color: Dingley. HEX triplet: 63, 85 and 48. RGB value is (99,133,72). Sum of RGB (Red+Green+Blue) = 99+133+72=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #638548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638548 is #9C7AB7. Grayscale: #747474. Windows color (decimal): -10255032 or 4752739. OLE color: 4752739.

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

Color convert

RGB 99 133 72 -
CMYK 0.26 0 0.46 0.48
HSL 93.44º 0.3% 0.4% -
HSV(B) 93.44º 0.46% 0.52% -
XYZ 14.7 19.9 9.2 -
YUV 115.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 99 133 72 0.26 0 0.46 0.48 93.44 0.3 0.4
Hex 63 85 48 1A 0 2E 30 5D 1E 28
Octal 143 205 110 32 0 56 60 135 36 50
Binary 1100011 10000101 1001000 11010 0 101110 110000 1011101 11110 101000

Color Harmonies of #638548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638548

Black with #638548

Text Example


Text Example

White with #638548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638548; }

 p { color: rgb(99,133,72); }

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

background-color css

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

 a { background-color: rgb(99,133,72); }

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

border-color css

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

 span { border-color: rgb(99,133,72); }

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