Html Css Color HEX #427754 Amazon

📋 copy color: '#427754'

red 66 ◦ green 119 ◦ blue 84

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

Shades of Amazon #427754

Tints of Amazon #427754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 24.54%
G = 44.24%
B = 31.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#427754 (or 0x427754) is known color: Amazon. HEX triplet: 42, 77 and 54. RGB value is (66,119,84). Sum of RGB (Red+Green+Blue) = 66+119+84=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #427754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427754 is #BD88AB. Grayscale: #636363. Windows color (decimal): -12421292 or 5535554. OLE color: 5535554.

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

Color convert

RGB 66 119 84 -
CMYK 0.45 0 0.29 0.53
HSL 140.38º 0.29% 0.36% -
HSV(B) 140.38º 0.45% 0.47% -
XYZ 10.44 14.99 10.73 -
YUV 99.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 66 119 84 0.45 0 0.29 0.53 140.38 0.29 0.36
Hex 42 77 54 2D 0 1D 35 8C 1D 24
Octal 102 167 124 55 0 35 65 214 35 44
Binary 1000010 1110111 1010100 101101 0 11101 110101 10001100 11101 100100

Color Harmonies of #427754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427754

Black with #427754

Text Example


Text Example

White with #427754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427754; }

 p { color: rgb(66,119,84); }

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

background-color css

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

 a { background-color: rgb(66,119,84); }

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

border-color css

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

 span { border-color: rgb(66,119,84); }

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