Html Css Color HEX #427556 Amazon

📋 copy color: '#427556'

red 66 ◦ green 117 ◦ blue 86

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

Shades of Amazon #427556

Tints of Amazon #427556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 24.54%
G = 43.49%
B = 31.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#427556 (or 0x427556) is known color: Amazon. HEX triplet: 42, 75 and 56. RGB value is (66,117,86). Sum of RGB (Red+Green+Blue) = 66+117+86=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #427556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427556 is #BD8AA9. Grayscale: #626262. Windows color (decimal): -12421802 or 5666114. OLE color: 5666114.

HSL color Cylindrical-coordinate representation of color #427556: hue angle of 143.53º 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 #427556 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 86 -
CMYK 0.44 0 0.26 0.54
HSL 143.53º 0.28% 0.36% -
HSV(B) 143.53º 0.44% 0.46% -
XYZ 10.29 14.55 11.07 -
YUV 98.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 66 117 86 0.44 0 0.26 0.54 143.53 0.28 0.36
Hex 42 75 56 2C 0 1A 36 90 1C 24
Octal 102 165 126 54 0 32 66 220 34 44
Binary 1000010 1110101 1010110 101100 0 11010 110110 10010000 11100 100100

Color Harmonies of #427556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427556

Black with #427556

Text Example


Text Example

White with #427556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427556; }

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

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

background-color css

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

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

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

border-color css

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

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

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