Html Css Color HEX #427D58 Amazon

📋 copy color: '#427D58'

red 66 ◦ green 125 ◦ blue 88

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

Shades of Amazon #427D58

Tints of Amazon #427D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

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

R = 23.66%
G = 44.8%
B = 31.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#427D58 (or 0x427D58) is known color: Amazon. HEX triplet: 42, 7D and 58. RGB value is (66,125,88). Sum of RGB (Red+Green+Blue) = 66+125+88=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #427D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D58 is #BD82A7. Grayscale: #676767. Windows color (decimal): -12419752 or 5799234. OLE color: 5799234.

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

Color convert

RGB 66 125 88 -
CMYK 0.47 0 0.30 0.51
HSL 142.37º 0.31% 0.37% -
HSV(B) 142.37º 0.47% 0.49% -
XYZ 11.34 16.53 11.83 -
YUV 103.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 66 125 88 0.47 0 0.30 0.51 142.37 0.31 0.37
Hex 42 7D 58 2F 0 1E 33 8E 1F 25
Octal 102 175 130 57 0 36 63 216 37 45
Binary 1000010 1111101 1011000 101111 0 11110 110011 10001110 11111 100101

Color Harmonies of #427D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D58

Black with #427D58

Text Example


Text Example

White with #427D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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