Html Css Color HEX #638245 Dingley

📋 copy color: '#638245'

red 99 ◦ green 130 ◦ blue 69

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

Shades of Dingley #638245

Tints of Dingley #638245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 33.22%
G = 43.62%
B = 23.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#638245 (or 0x638245) is known color: Dingley. HEX triplet: 63, 82 and 45. RGB value is (99,130,69). Sum of RGB (Red+Green+Blue) = 99+130+69=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #638245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638245 is #9C7DBA. Grayscale: #717171. Windows color (decimal): -10255803 or 4555363. OLE color: 4555363.

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

Color convert

RGB 99 130 69 -
CMYK 0.24 0 0.47 0.49
HSL 90.49º 0.31% 0.39% -
HSV(B) 90.49º 0.47% 0.51% -
XYZ 14.2 19.05 8.56 -
YUV 113.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 99 130 69 0.24 0 0.47 0.49 90.49 0.31 0.39
Hex 63 82 45 18 0 2F 31 5A 1F 27
Octal 143 202 105 30 0 57 61 132 37 47
Binary 1100011 10000010 1000101 11000 0 101111 110001 1011010 11111 100111

Color Harmonies of #638245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638245

Black with #638245

Text Example


Text Example

White with #638245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638245; }

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

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

background-color css

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

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

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

border-color css

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

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

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