Html Css Color HEX #427151 Amazon

📋 copy color: '#427151'

red 66 ◦ green 113 ◦ blue 81

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

Shades of Amazon #427151

Tints of Amazon #427151

RGB

 RED value IS 66 (26.17% from 255) = 25.38%

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 25.38%
G = 43.46%
B = 31.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#427151 (or 0x427151) is known color: Amazon. HEX triplet: 42, 71 and 51. RGB value is (66,113,81). Sum of RGB (Red+Green+Blue) = 66+113+81=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #427151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427151 is #BD8EAE. Grayscale: #5F5F5F. Windows color (decimal): -12422831 or 5337410. OLE color: 5337410.

HSL color Cylindrical-coordinate representation of color #427151: hue angle of 139.15º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427151 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 81 -
CMYK 0.42 0 0.28 0.56
HSL 139.15º 0.26% 0.35% -
HSV(B) 139.15º 0.42% 0.44% -
XYZ 9.64 13.56 9.89 -
YUV 95.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 66 113 81 0.42 0 0.28 0.56 139.15 0.26 0.35
Hex 42 71 51 2A 0 1C 38 8B 1A 23
Octal 102 161 121 52 0 34 70 213 32 43
Binary 1000010 1110001 1010001 101010 0 11100 111000 10001011 11010 100011

Color Harmonies of #427151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427151

Black with #427151

Text Example


Text Example

White with #427151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427151; }

 p { color: rgb(66,113,81); }

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

background-color css

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

 a { background-color: rgb(66,113,81); }

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

border-color css

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

 span { border-color: rgb(66,113,81); }

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