Html Css Color HEX #639442 Dingley

📋 copy color: '#639442'

red 99 ◦ green 148 ◦ blue 66

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

Shades of Dingley #639442

Tints of Dingley #639442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 31.63%
G = 47.28%
B = 21.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#639442 (or 0x639442) is known color: Dingley. HEX triplet: 63, 94 and 42. RGB value is (99,148,66). Sum of RGB (Red+Green+Blue) = 99+148+66=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #639442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639442 is #9C6BBD. Grayscale: #7C7C7C. Windows color (decimal): -10251198 or 4363363. OLE color: 4363363.

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

Color convert

RGB 99 148 66 -
CMYK 0.33 0 0.55 0.42
HSL 95.85º 0.38% 0.42% -
HSV(B) 95.85º 0.55% 0.58% -
XYZ 16.72 24.23 8.95 -
YUV 124 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 99 148 66 0.33 0 0.55 0.42 95.85 0.38 0.42
Hex 63 94 42 21 0 37 2A 60 26 2A
Octal 143 224 102 41 0 67 52 140 46 52
Binary 1100011 10010100 1000010 100001 0 110111 101010 1100000 100110 101010

Color Harmonies of #639442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639442

Black with #639442

Text Example


Text Example

White with #639442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639442; }

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

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

background-color css

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

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

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

border-color css

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

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

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