Html Css Color HEX #628546 Dingley

📋 copy color: '#628546'

red 98 ◦ green 133 ◦ blue 70

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

Shades of Dingley #628546

Tints of Dingley #628546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 32.56%
G = 44.19%
B = 23.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#628546 (or 0x628546) is known color: Dingley. HEX triplet: 62, 85 and 46. RGB value is (98,133,70). Sum of RGB (Red+Green+Blue) = 98+133+70=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #628546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628546 is #9D7AB9. Grayscale: #737373. Windows color (decimal): -10320570 or 4621666. OLE color: 4621666.

HSL color Cylindrical-coordinate representation of color #628546: hue angle of 93.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628546 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 70 -
CMYK 0.26 0 0.47 0.48
HSL 93.33º 0.31% 0.4% -
HSV(B) 93.33º 0.47% 0.52% -
XYZ 14.53 19.81 8.85 -
YUV 115.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 98 133 70 0.26 0 0.47 0.48 93.33 0.31 0.4
Hex 62 85 46 1A 0 2F 30 5D 1F 28
Octal 142 205 106 32 0 57 60 135 37 50
Binary 1100010 10000101 1000110 11010 0 101111 110000 1011101 11111 101000

Color Harmonies of #628546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628546

Black with #628546

Text Example


Text Example

White with #628546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628546; }

 p { color: rgb(98,133,70); }

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

background-color css

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

 a { background-color: rgb(98,133,70); }

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

border-color css

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

 span { border-color: rgb(98,133,70); }

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