Html Css Color HEX #638242 Dingley

📋 copy color: '#638242'

red 99 ◦ green 130 ◦ blue 66

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

Shades of Dingley #638242

Tints of Dingley #638242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 33.56%
G = 44.07%
B = 22.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#638242 (or 0x638242) is known color: Dingley. HEX triplet: 63, 82 and 42. RGB value is (99,130,66). Sum of RGB (Red+Green+Blue) = 99+130+66=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #638242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638242 is #9C7DBD. Grayscale: #717171. Windows color (decimal): -10255806 or 4358755. OLE color: 4358755.

HSL color Cylindrical-coordinate representation of color #638242: hue angle of 89.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638242 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 66 -
CMYK 0.24 0 0.49 0.49
HSL 89.06º 0.33% 0.38% -
HSV(B) 89.06º 0.49% 0.51% -
XYZ 14.11 19.01 8.08 -
YUV 113.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 99 130 66 0.24 0 0.49 0.49 89.06 0.33 0.38
Hex 63 82 42 18 0 31 31 59 21 26
Octal 143 202 102 30 0 61 61 131 41 46
Binary 1100011 10000010 1000010 11000 0 110001 110001 1011001 100001 100110

Color Harmonies of #638242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638242

Black with #638242

Text Example


Text Example

White with #638242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638242; }

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

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

background-color css

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

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

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

border-color css

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

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

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