Html Css Color HEX #628438 Dingley

📋 copy color: '#628438'

red 98 ◦ green 132 ◦ blue 56

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

Shades of Dingley #628438

Tints of Dingley #628438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 34.27%
G = 46.15%
B = 19.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#628438 (or 0x628438) is known color: Dingley. HEX triplet: 62, 84 and 38. RGB value is (98,132,56). Sum of RGB (Red+Green+Blue) = 98+132+56=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #628438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628438 is #9D7BC7. Grayscale: #717171. Windows color (decimal): -10320840 or 3703906. OLE color: 3703906.

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

Color convert

RGB 98 132 56 -
CMYK 0.26 0 0.58 0.48
HSL 86.84º 0.4% 0.37% -
HSV(B) 86.84º 0.58% 0.52% -
XYZ 14 19.38 6.75 -
YUV 113.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 98 132 56 0.26 0 0.58 0.48 86.84 0.4 0.37
Hex 62 84 38 1A 0 3A 30 57 28 25
Octal 142 204 70 32 0 72 60 127 50 45
Binary 1100010 10000100 111000 11010 0 111010 110000 1010111 101000 100101

Color Harmonies of #628438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628438

Black with #628438

Text Example


Text Example

White with #628438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628438; }

 p { color: rgb(98,132,56); }

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

background-color css

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

 a { background-color: rgb(98,132,56); }

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

border-color css

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

 span { border-color: rgb(98,132,56); }

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