Html Css Color HEX #427B55 Amazon

📋 copy color: '#427B55'

red 66 ◦ green 123 ◦ blue 85

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

Shades of Amazon #427B55

Tints of Amazon #427B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.89%

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 24.09%
G = 44.89%
B = 31.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#427B55 (or 0x427B55) is known color: Amazon. HEX triplet: 42, 7B and 55. RGB value is (66,123,85). Sum of RGB (Red+Green+Blue) = 66+123+85=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #427B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B55 is #BD84AA. Grayscale: #656565. Windows color (decimal): -12420267 or 5602114. OLE color: 5602114.

HSL color Cylindrical-coordinate representation of color #427B55: hue angle of 140º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B55 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 85 -
CMYK 0.46 0 0.31 0.52
HSL 140º 0.3% 0.37% -
HSV(B) 140º 0.46% 0.48% -
XYZ 10.97 15.98 11.1 -
YUV 101.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 66 123 85 0.46 0 0.31 0.52 140 0.3 0.37
Hex 42 7B 55 2E 0 1F 34 8C 1E 25
Octal 102 173 125 56 0 37 64 214 36 45
Binary 1000010 1111011 1010101 101110 0 11111 110100 10001100 11110 100101

Color Harmonies of #427B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B55

Black with #427B55

Text Example


Text Example

White with #427B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,123,85); }

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

background-color css

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

 a { background-color: rgb(66,123,85); }

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

border-color css

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

 span { border-color: rgb(66,123,85); }

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