Html Css Color HEX #638238 Dingley

📋 copy color: '#638238'

red 99 ◦ green 130 ◦ blue 56

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

Shades of Dingley #638238

Tints of Dingley #638238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 34.74%
G = 45.61%
B = 19.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#638238 (or 0x638238) is known color: Dingley. HEX triplet: 63, 82 and 38. RGB value is (99,130,56). Sum of RGB (Red+Green+Blue) = 99+130+56=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #638238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638238 is #9C7DC7. Grayscale: #707070. Windows color (decimal): -10255816 or 3703395. OLE color: 3703395.

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

Color convert

RGB 99 130 56 -
CMYK 0.24 0 0.57 0.49
HSL 85.14º 0.4% 0.36% -
HSV(B) 85.14º 0.57% 0.51% -
XYZ 13.84 18.9 6.66 -
YUV 112.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 99 130 56 0.24 0 0.57 0.49 85.14 0.4 0.36
Hex 63 82 38 18 0 39 31 55 28 24
Octal 143 202 70 30 0 71 61 125 50 44
Binary 1100011 10000010 111000 11000 0 111001 110001 1010101 101000 100100

Color Harmonies of #638238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638238

Black with #638238

Text Example


Text Example

White with #638238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638238; }

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

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

background-color css

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

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

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

border-color css

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

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

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