Html Css Color HEX #427656 Amazon

📋 copy color: '#427656'

red 66 ◦ green 118 ◦ blue 86

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

Shades of Amazon #427656

Tints of Amazon #427656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 24.44%
G = 43.7%
B = 31.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#427656 (or 0x427656) is known color: Amazon. HEX triplet: 42, 76 and 56. RGB value is (66,118,86). Sum of RGB (Red+Green+Blue) = 66+118+86=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #427656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427656 is #BD89A9. Grayscale: #626262. Windows color (decimal): -12421546 or 5666370. OLE color: 5666370.

HSL color Cylindrical-coordinate representation of color #427656: hue angle of 143.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427656 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 86 -
CMYK 0.44 0 0.27 0.54
HSL 143.08º 0.28% 0.36% -
HSV(B) 143.08º 0.44% 0.46% -
XYZ 10.4 14.79 11.11 -
YUV 98.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 66 118 86 0.44 0 0.27 0.54 143.08 0.28 0.36
Hex 42 76 56 2C 0 1B 36 8F 1C 24
Octal 102 166 126 54 0 33 66 217 34 44
Binary 1000010 1110110 1010110 101100 0 11011 110110 10001111 11100 100100

Color Harmonies of #427656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427656

Black with #427656

Text Example


Text Example

White with #427656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427656; }

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

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

background-color css

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

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

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

border-color css

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

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

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