Html Css Color HEX #628342 Dingley

📋 copy color: '#628342'

red 98 ◦ green 131 ◦ blue 66

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

Shades of Dingley #628342

Tints of Dingley #628342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 33.22%
G = 44.41%
B = 22.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#628342 (or 0x628342) is known color: Dingley. HEX triplet: 62, 83 and 42. RGB value is (98,131,66). Sum of RGB (Red+Green+Blue) = 98+131+66=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #628342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628342 is #9D7CBD. Grayscale: #717171. Windows color (decimal): -10321086 or 4359010. OLE color: 4359010.

HSL color Cylindrical-coordinate representation of color #628342: hue angle of 90.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628342 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 66 -
CMYK 0.25 0 0.50 0.49
HSL 90.46º 0.33% 0.39% -
HSV(B) 90.46º 0.5% 0.51% -
XYZ 14.14 19.22 8.12 -
YUV 113.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 98 131 66 0.25 0 0.50 0.49 90.46 0.33 0.39
Hex 62 83 42 19 0 32 31 5A 21 27
Octal 142 203 102 31 0 62 61 132 41 47
Binary 1100010 10000011 1000010 11001 0 110010 110001 1011010 100001 100111

Color Harmonies of #628342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628342

Black with #628342

Text Example


Text Example

White with #628342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628342; }

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

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

background-color css

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

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

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

border-color css

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

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

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