Html Css Color HEX #638442 Dingley

📋 copy color: '#638442'

red 99 ◦ green 132 ◦ blue 66

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

Shades of Dingley #638442

Tints of Dingley #638442

RGB

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

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

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

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#638442 (or 0x638442) is known color: Dingley. HEX triplet: 63, 84 and 42. RGB value is (99,132,66). Sum of RGB (Red+Green+Blue) = 99+132+66=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #638442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638442 is #9C7BBD. Grayscale: #727272. Windows color (decimal): -10255294 or 4359267. OLE color: 4359267.

HSL color Cylindrical-coordinate representation of color #638442: hue angle of 90º degrees, saturation: 0.33, 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 #638442 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 66 -
CMYK 0.25 0 0.5 0.48
HSL 90º 0.33% 0.39% -
HSV(B) 90º 0.5% 0.52% -
XYZ 14.38 19.55 8.17 -
YUV 114.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 99 132 66 0.25 0 0.5 0.48 90 0.33 0.39
Hex 63 84 42 19 0 32 30 5A 21 27
Octal 143 204 102 31 0 62 60 132 41 47
Binary 1100011 10000100 1000010 11001 0 110010 110000 1011010 100001 100111

Color Harmonies of #638442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638442

Black with #638442

Text Example


Text Example

White with #638442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638442; }

 p { color: rgb(99,132,66); }

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

background-color css

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

 a { background-color: rgb(99,132,66); }

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

border-color css

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

 span { border-color: rgb(99,132,66); }

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