Html Css Color HEX #427756 Amazon

📋 copy color: '#427756'

red 66 ◦ green 119 ◦ blue 86

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

Shades of Amazon #427756

Tints of Amazon #427756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 24.35%
G = 43.91%
B = 31.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#427756 (or 0x427756) is known color: Amazon. HEX triplet: 42, 77 and 56. RGB value is (66,119,86). Sum of RGB (Red+Green+Blue) = 66+119+86=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #427756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427756 is #BD88A9. Grayscale: #636363. Windows color (decimal): -12421290 or 5666626. OLE color: 5666626.

HSL color Cylindrical-coordinate representation of color #427756: hue angle of 142.64º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427756 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 86 -
CMYK 0.45 0 0.28 0.53
HSL 142.64º 0.29% 0.36% -
HSV(B) 142.64º 0.45% 0.47% -
XYZ 10.52 15.02 11.15 -
YUV 99.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 66 119 86 0.45 0 0.28 0.53 142.64 0.29 0.36
Hex 42 77 56 2D 0 1C 35 8F 1D 24
Octal 102 167 126 55 0 34 65 217 35 44
Binary 1000010 1110111 1010110 101101 0 11100 110101 10001111 11101 100100

Color Harmonies of #427756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427756

Black with #427756

Text Example


Text Example

White with #427756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427756; }

 p { color: rgb(66,119,86); }

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

background-color css

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

 a { background-color: rgb(66,119,86); }

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

border-color css

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

 span { border-color: rgb(66,119,86); }

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