Html Css Color HEX #628540 Dingley

📋 copy color: '#628540'

red 98 ◦ green 133 ◦ blue 64

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

Shades of Dingley #628540

Tints of Dingley #628540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 33.22%
G = 45.08%
B = 21.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#628540 (or 0x628540) is known color: Dingley. HEX triplet: 62, 85 and 40. RGB value is (98,133,64). Sum of RGB (Red+Green+Blue) = 98+133+64=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #628540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628540 is #9D7ABF. Grayscale: #727272. Windows color (decimal): -10320576 or 4228450. OLE color: 4228450.

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

Color convert

RGB 98 133 64 -
CMYK 0.26 0 0.52 0.48
HSL 90.43º 0.35% 0.39% -
HSV(B) 90.43º 0.52% 0.52% -
XYZ 14.35 19.74 7.9 -
YUV 114.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 98 133 64 0.26 0 0.52 0.48 90.43 0.35 0.39
Hex 62 85 40 1A 0 34 30 5A 23 27
Octal 142 205 100 32 0 64 60 132 43 47
Binary 1100010 10000101 1000000 11010 0 110100 110000 1011010 100011 100111

Color Harmonies of #628540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628540

Black with #628540

Text Example


Text Example

White with #628540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628540; }

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

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

background-color css

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

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

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

border-color css

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

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

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