Html Css Color HEX #628748 Dingley

📋 copy color: '#628748'

red 98 ◦ green 135 ◦ blue 72

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

Shades of Dingley #628748

Tints of Dingley #628748

RGB

 RED value IS 98 (38.67% from 255) = 32.13%

 GREEN value IS 135 (53.13% from 255) = 44.26%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 32.13%
G = 44.26%
B = 23.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#628748 (or 0x628748) is known color: Dingley. HEX triplet: 62, 87 and 48. RGB value is (98,135,72). Sum of RGB (Red+Green+Blue) = 98+135+72=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #628748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628748 is #9D78B7. Grayscale: #747474. Windows color (decimal): -10320056 or 4753250. OLE color: 4753250.

HSL color Cylindrical-coordinate representation of color #628748: hue angle of 95.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628748 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 135 72 -
CMYK 0.27 0 0.47 0.47
HSL 95.24º 0.3% 0.41% -
HSV(B) 95.24º 0.47% 0.53% -
XYZ 14.87 20.39 9.28 -
YUV 116.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 98 135 72 0.27 0 0.47 0.47 95.24 0.3 0.41
Hex 62 87 48 1B 0 2F 2F 5F 1E 29
Octal 142 207 110 33 0 57 57 137 36 51
Binary 1100010 10000111 1001000 11011 0 101111 101111 1011111 11110 101001

Color Harmonies of #628748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628748

Black with #628748

Text Example


Text Example

White with #628748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628748; }

 p { color: rgb(98,135,72); }

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

background-color css

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

 a { background-color: rgb(98,135,72); }

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

border-color css

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

 span { border-color: rgb(98,135,72); }

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