Html Css Color HEX #628142 Dingley

📋 copy color: '#628142'

red 98 ◦ green 129 ◦ blue 66

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

Shades of Dingley #628142

Tints of Dingley #628142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 33.45%
G = 44.03%
B = 22.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#628142 (or 0x628142) is known color: Dingley. HEX triplet: 62, 81 and 42. RGB value is (98,129,66). Sum of RGB (Red+Green+Blue) = 98+129+66=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #628142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628142 is #9D7EBD. Grayscale: #707070. Windows color (decimal): -10321598 or 4358498. OLE color: 4358498.

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

Color convert

RGB 98 129 66 -
CMYK 0.24 0 0.49 0.49
HSL 89.52º 0.32% 0.38% -
HSV(B) 89.52º 0.49% 0.51% -
XYZ 13.87 18.69 8.03 -
YUV 112.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 98 129 66 0.24 0 0.49 0.49 89.52 0.32 0.38
Hex 62 81 42 18 0 31 31 5A 20 26
Octal 142 201 102 30 0 61 61 132 40 46
Binary 1100010 10000001 1000010 11000 0 110001 110001 1011010 100000 100110

Color Harmonies of #628142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628142

Black with #628142

Text Example


Text Example

White with #628142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628142; }

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

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

background-color css

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

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

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

border-color css

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

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

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