Html Css Color HEX #628148 Dingley

📋 copy color: '#628148'

red 98 ◦ green 129 ◦ blue 72

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

Shades of Dingley #628148

Tints of Dingley #628148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 32.78%
G = 43.14%
B = 24.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#628148 (or 0x628148) is known color: Dingley. HEX triplet: 62, 81 and 48. RGB value is (98,129,72). Sum of RGB (Red+Green+Blue) = 98+129+72=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #628148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628148 is #9D7EB7. Grayscale: #717171. Windows color (decimal): -10321592 or 4751714. OLE color: 4751714.

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

Color convert

RGB 98 129 72 -
CMYK 0.24 0 0.44 0.49
HSL 92.63º 0.28% 0.39% -
HSV(B) 92.63º 0.44% 0.51% -
XYZ 14.06 18.77 9.01 -
YUV 113.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 98 129 72 0.24 0 0.44 0.49 92.63 0.28 0.39
Hex 62 81 48 18 0 2C 31 5D 1C 27
Octal 142 201 110 30 0 54 61 135 34 47
Binary 1100010 10000001 1001000 11000 0 101100 110001 1011101 11100 100111

Color Harmonies of #628148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628148

Black with #628148

Text Example


Text Example

White with #628148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628148; }

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

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

background-color css

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

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

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

border-color css

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

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

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