Html Css Color HEX #628A45 Dingley

📋 copy color: '#628A45'

red 98 ◦ green 138 ◦ blue 69

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

Shades of Dingley #628A45

Tints of Dingley #628A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

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

R = 32.13%
G = 45.25%
B = 22.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#628A45 (or 0x628A45) is known color: Dingley. HEX triplet: 62, 8A and 45. RGB value is (98,138,69). Sum of RGB (Red+Green+Blue) = 98+138+69=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #628A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A45 is #9D75BA. Grayscale: #767676. Windows color (decimal): -10319291 or 4557410. OLE color: 4557410.

HSL color Cylindrical-coordinate representation of color #628A45: hue angle of 94.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628A45 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 138 69 -
CMYK 0.29 0 0.5 0.46
HSL 94.78º 0.33% 0.41% -
HSV(B) 94.78º 0.5% 0.54% -
XYZ 15.2 21.2 8.92 -
YUV 118.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 98 138 69 0.29 0 0.5 0.46 94.78 0.33 0.41
Hex 62 8A 45 1D 0 32 2E 5F 21 29
Octal 142 212 105 35 0 62 56 137 41 51
Binary 1100010 10001010 1000101 11101 0 110010 101110 1011111 100001 101001

Color Harmonies of #628A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628A45

Black with #628A45

Text Example


Text Example

White with #628A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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