Html Css Color HEX #627E4A Dingley

📋 copy color: '#627E4A'

red 98 ◦ green 126 ◦ blue 74

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

Shades of Dingley #627E4A

Tints of Dingley #627E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.28%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 32.89%
G = 42.28%
B = 24.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#627E4A (or 0x627E4A) is known color: Dingley. HEX triplet: 62, 7E and 4A. RGB value is (98,126,74). Sum of RGB (Red+Green+Blue) = 98+126+74=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #627E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E4A is #9D81B5. Grayscale: #6F6F6F. Windows color (decimal): -10322358 or 4882018. OLE color: 4882018.

HSL color Cylindrical-coordinate representation of color #627E4A: hue angle of 92.31º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #627E4A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 126 74 -
CMYK 0.22 0 0.41 0.51
HSL 92.31º 0.26% 0.39% -
HSV(B) 92.31º 0.41% 0.49% -
XYZ 13.73 18.01 9.23 -
YUV 111.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 98 126 74 0.22 0 0.41 0.51 92.31 0.26 0.39
Hex 62 7E 4A 16 0 29 33 5C 1A 27
Octal 142 176 112 26 0 51 63 134 32 47
Binary 1100010 1111110 1001010 10110 0 101001 110011 1011100 11010 100111

Color Harmonies of #627E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627E4A

Black with #627E4A

Text Example


Text Example

White with #627E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627E4A; }

 p { color: rgb(98,126,74); }

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

background-color css

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

 a { background-color: rgb(98,126,74); }

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

border-color css

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

 span { border-color: rgb(98,126,74); }

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