Html Css Color HEX #427955 Amazon

📋 copy color: '#427955'

red 66 ◦ green 121 ◦ blue 85

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

Shades of Amazon #427955

Tints of Amazon #427955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

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

R = 24.26%
G = 44.49%
B = 31.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#427955 (or 0x427955) is known color: Amazon. HEX triplet: 42, 79 and 55. RGB value is (66,121,85). Sum of RGB (Red+Green+Blue) = 66+121+85=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #427955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427955 is #BD86AA. Grayscale: #646464. Windows color (decimal): -12420779 or 5601602. OLE color: 5601602.

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

Color convert

RGB 66 121 85 -
CMYK 0.45 0 0.30 0.53
HSL 140.73º 0.29% 0.37% -
HSV(B) 140.73º 0.45% 0.47% -
XYZ 10.72 15.49 11.02 -
YUV 100.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 66 121 85 0.45 0 0.30 0.53 140.73 0.29 0.37
Hex 42 79 55 2D 0 1E 35 8D 1D 25
Octal 102 171 125 55 0 36 65 215 35 45
Binary 1000010 1111001 1010101 101101 0 11110 110101 10001101 11101 100101

Color Harmonies of #427955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427955

Black with #427955

Text Example


Text Example

White with #427955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427955; }

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

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

background-color css

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

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

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

border-color css

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

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

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