Html Css Color HEX #639440 Dingley

📋 copy color: '#639440'

red 99 ◦ green 148 ◦ blue 64

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

Shades of Dingley #639440

Tints of Dingley #639440

RGB

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

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

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

R = 31.83%
G = 47.59%
B = 20.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#639440 (or 0x639440) is known color: Dingley. HEX triplet: 63, 94 and 40. RGB value is (99,148,64). Sum of RGB (Red+Green+Blue) = 99+148+64=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #639440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639440 is #9C6BBF. Grayscale: #7C7C7C. Windows color (decimal): -10251200 or 4232291. OLE color: 4232291.

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

Color convert

RGB 99 148 64 -
CMYK 0.33 0 0.57 0.42
HSL 95º 0.4% 0.42% -
HSV(B) 95º 0.57% 0.58% -
XYZ 16.66 24.2 8.64 -
YUV 123.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 99 148 64 0.33 0 0.57 0.42 95 0.4 0.42
Hex 63 94 40 21 0 39 2A 5F 28 2A
Octal 143 224 100 41 0 71 52 137 50 52
Binary 1100011 10010100 1000000 100001 0 111001 101010 1011111 101000 101010

Color Harmonies of #639440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639440

Black with #639440

Text Example


Text Example

White with #639440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639440; }

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

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

background-color css

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

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

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

border-color css

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

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

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