Html Css Color HEX #628542 Dingley

📋 copy color: '#628542'

red 98 ◦ green 133 ◦ blue 66

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

Shades of Dingley #628542

Tints of Dingley #628542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 33%
G = 44.78%
B = 22.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#628542 (or 0x628542) is known color: Dingley. HEX triplet: 62, 85 and 42. RGB value is (98,133,66). Sum of RGB (Red+Green+Blue) = 98+133+66=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #628542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628542 is #9D7ABD. Grayscale: #737373. Windows color (decimal): -10320574 or 4359522. OLE color: 4359522.

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

Color convert

RGB 98 133 66 -
CMYK 0.26 0 0.50 0.48
HSL 91.34º 0.34% 0.39% -
HSV(B) 91.34º 0.5% 0.52% -
XYZ 14.41 19.77 8.21 -
YUV 114.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 98 133 66 0.26 0 0.50 0.48 91.34 0.34 0.39
Hex 62 85 42 1A 0 32 30 5B 22 27
Octal 142 205 102 32 0 62 60 133 42 47
Binary 1100010 10000101 1000010 11010 0 110010 110000 1011011 100010 100111

Color Harmonies of #628542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628542

Black with #628542

Text Example


Text Example

White with #628542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628542; }

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

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

background-color css

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

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

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

border-color css

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

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

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