Html Css Color HEX #427F56 Amazon

📋 copy color: '#427F56'

red 66 ◦ green 127 ◦ blue 86

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

Shades of Amazon #427F56

Tints of Amazon #427F56

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

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

R = 23.66%
G = 45.52%
B = 30.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#427F56 (or 0x427F56) is known color: Amazon. HEX triplet: 42, 7F and 56. RGB value is (66,127,86). Sum of RGB (Red+Green+Blue) = 66+127+86=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #427F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F56 is #BD80A9. Grayscale: #686868. Windows color (decimal): -12419242 or 5668674. OLE color: 5668674.

HSL color Cylindrical-coordinate representation of color #427F56: hue angle of 139.67º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F56 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 86 -
CMYK 0.48 0 0.32 0.50
HSL 139.67º 0.32% 0.38% -
HSV(B) 139.67º 0.48% 0.5% -
XYZ 11.52 17.01 11.48 -
YUV 104.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 66 127 86 0.48 0 0.32 0.50 139.67 0.32 0.38
Hex 42 7F 56 30 0 20 32 8C 20 26
Octal 102 177 126 60 0 40 62 214 40 46
Binary 1000010 1111111 1010110 110000 0 100000 110010 10001100 100000 100110

Color Harmonies of #427F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F56

Black with #427F56

Text Example


Text Example

White with #427F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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