Html Css Color HEX #427E58 Amazon

📋 copy color: '#427E58'

red 66 ◦ green 126 ◦ blue 88

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

Shades of Amazon #427E58

Tints of Amazon #427E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 23.57%
G = 45%
B = 31.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#427E58 (or 0x427E58) is known color: Amazon. HEX triplet: 42, 7E and 58. RGB value is (66,126,88). Sum of RGB (Red+Green+Blue) = 66+126+88=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #427E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E58 is #BD81A7. Grayscale: #676767. Windows color (decimal): -12419496 or 5799490. OLE color: 5799490.

HSL color Cylindrical-coordinate representation of color #427E58: hue angle of 142º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E58 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 88 -
CMYK 0.48 0 0.30 0.51
HSL 142º 0.31% 0.38% -
HSV(B) 142º 0.48% 0.49% -
XYZ 11.47 16.78 11.87 -
YUV 103.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 66 126 88 0.48 0 0.30 0.51 142 0.31 0.38
Hex 42 7E 58 30 0 1E 33 8E 1F 26
Octal 102 176 130 60 0 36 63 216 37 46
Binary 1000010 1111110 1011000 110000 0 11110 110011 10001110 11111 100110

Color Harmonies of #427E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E58

Black with #427E58

Text Example


Text Example

White with #427E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,88); }

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

background-color css

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

 a { background-color: rgb(66,126,88); }

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

border-color css

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

 span { border-color: rgb(66,126,88); }

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