Html Css Color HEX #638244 Dingley

📋 copy color: '#638244'

red 99 ◦ green 130 ◦ blue 68

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

Shades of Dingley #638244

Tints of Dingley #638244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 33.33%
G = 43.77%
B = 22.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#638244 (or 0x638244) is known color: Dingley. HEX triplet: 63, 82 and 44. RGB value is (99,130,68). Sum of RGB (Red+Green+Blue) = 99+130+68=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #638244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638244 is #9C7DBB. Grayscale: #717171. Windows color (decimal): -10255804 or 4489827. OLE color: 4489827.

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

Color convert

RGB 99 130 68 -
CMYK 0.24 0 0.48 0.49
HSL 90º 0.31% 0.39% -
HSV(B) 90º 0.48% 0.51% -
XYZ 14.17 19.04 8.4 -
YUV 113.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 99 130 68 0.24 0 0.48 0.49 90 0.31 0.39
Hex 63 82 44 18 0 30 31 5A 1F 27
Octal 143 202 104 30 0 60 61 132 37 47
Binary 1100011 10000010 1000100 11000 0 110000 110001 1011010 11111 100111

Color Harmonies of #638244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638244

Black with #638244

Text Example


Text Example

White with #638244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638244; }

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

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

background-color css

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

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

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

border-color css

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

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

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