Html Css Color HEX #628145 Dingley

📋 copy color: '#628145'

red 98 ◦ green 129 ◦ blue 69

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

Shades of Dingley #628145

Tints of Dingley #628145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 33.11%
G = 43.58%
B = 23.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#628145 (or 0x628145) is known color: Dingley. HEX triplet: 62, 81 and 45. RGB value is (98,129,69). Sum of RGB (Red+Green+Blue) = 98+129+69=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #628145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628145 is #9D7EBA. Grayscale: #717171. Windows color (decimal): -10321595 or 4555106. OLE color: 4555106.

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

Color convert

RGB 98 129 69 -
CMYK 0.24 0 0.47 0.49
HSL 91º 0.3% 0.39% -
HSV(B) 91º 0.47% 0.51% -
XYZ 13.96 18.73 8.51 -
YUV 112.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 98 129 69 0.24 0 0.47 0.49 91 0.3 0.39
Hex 62 81 45 18 0 2F 31 5B 1E 27
Octal 142 201 105 30 0 57 61 133 36 47
Binary 1100010 10000001 1000101 11000 0 101111 110001 1011011 11110 100111

Color Harmonies of #628145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628145

Black with #628145

Text Example


Text Example

White with #628145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628145; }

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

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

background-color css

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

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

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

border-color css

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

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

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