Html Css Color HEX #628948 Dingley

📋 copy color: '#628948'

red 98 ◦ green 137 ◦ blue 72

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

Shades of Dingley #628948

Tints of Dingley #628948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

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

R = 31.92%
G = 44.63%
B = 23.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#628948 (or 0x628948) is known color: Dingley. HEX triplet: 62, 89 and 48. RGB value is (98,137,72). Sum of RGB (Red+Green+Blue) = 98+137+72=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #628948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628948 is #9D76B7. Grayscale: #767676. Windows color (decimal): -10319544 or 4753762. OLE color: 4753762.

HSL color Cylindrical-coordinate representation of color #628948: hue angle of 96º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628948 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 137 72 -
CMYK 0.28 0 0.47 0.46
HSL 96º 0.31% 0.41% -
HSV(B) 96º 0.47% 0.54% -
XYZ 15.15 20.96 9.38 -
YUV 117.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 98 137 72 0.28 0 0.47 0.46 96 0.31 0.41
Hex 62 89 48 1C 0 2F 2E 60 1F 29
Octal 142 211 110 34 0 57 56 140 37 51
Binary 1100010 10001001 1001000 11100 0 101111 101110 1100000 11111 101001

Color Harmonies of #628948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628948

Black with #628948

Text Example


Text Example

White with #628948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628948; }

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

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

background-color css

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

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

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

border-color css

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

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

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