Html Css Color HEX #427C58 Amazon

📋 copy color: '#427C58'

red 66 ◦ green 124 ◦ blue 88

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

Shades of Amazon #427C58

Tints of Amazon #427C58

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

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

R = 23.74%
G = 44.6%
B = 31.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#427C58 (or 0x427C58) is known color: Amazon. HEX triplet: 42, 7C and 58. RGB value is (66,124,88). Sum of RGB (Red+Green+Blue) = 66+124+88=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #427C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C58 is #BD83A7. Grayscale: #666666. Windows color (decimal): -12420008 or 5798978. OLE color: 5798978.

HSL color Cylindrical-coordinate representation of color #427C58: hue angle of 142.76º 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 #427C58 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 88 -
CMYK 0.47 0 0.29 0.51
HSL 142.76º 0.31% 0.37% -
HSV(B) 142.76º 0.47% 0.49% -
XYZ 11.22 16.28 11.78 -
YUV 102.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 66 124 88 0.47 0 0.29 0.51 142.76 0.31 0.37
Hex 42 7C 58 2F 0 1D 33 8F 1F 25
Octal 102 174 130 57 0 35 63 217 37 45
Binary 1000010 1111100 1011000 101111 0 11101 110011 10001111 11111 100101

Color Harmonies of #427C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C58

Black with #427C58

Text Example


Text Example

White with #427C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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