Html Css Color HEX #638540 Dingley

📋 copy color: '#638540'

red 99 ◦ green 133 ◦ blue 64

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

Shades of Dingley #638540

Tints of Dingley #638540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 33.45%
G = 44.93%
B = 21.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#638540 (or 0x638540) is known color: Dingley. HEX triplet: 63, 85 and 40. RGB value is (99,133,64). Sum of RGB (Red+Green+Blue) = 99+133+64=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #638540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638540 is #9C7ABF. Grayscale: #737373. Windows color (decimal): -10255040 or 4228451. OLE color: 4228451.

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

Color convert

RGB 99 133 64 -
CMYK 0.26 0 0.52 0.48
HSL 89.57º 0.35% 0.39% -
HSV(B) 89.57º 0.52% 0.52% -
XYZ 14.46 19.8 7.91 -
YUV 114.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 99 133 64 0.26 0 0.52 0.48 89.57 0.35 0.39
Hex 63 85 40 1A 0 34 30 5A 23 27
Octal 143 205 100 32 0 64 60 132 43 47
Binary 1100011 10000101 1000000 11010 0 110100 110000 1011010 100011 100111

Color Harmonies of #638540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638540

Black with #638540

Text Example


Text Example

White with #638540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638540; }

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

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

background-color css

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

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

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

border-color css

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

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

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