Html Css Color HEX #427158 Amazon

📋 copy color: '#427158'

red 66 ◦ green 113 ◦ blue 88

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

Shades of Amazon #427158

Tints of Amazon #427158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

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

R = 24.72%
G = 42.32%
B = 32.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#427158 (or 0x427158) is known color: Amazon. HEX triplet: 42, 71 and 58. RGB value is (66,113,88). Sum of RGB (Red+Green+Blue) = 66+113+88=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #427158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427158 is #BD8EA7. Grayscale: #606060. Windows color (decimal): -12422824 or 5796162. OLE color: 5796162.

HSL color Cylindrical-coordinate representation of color #427158: hue angle of 148.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427158 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 88 -
CMYK 0.42 0 0.22 0.56
HSL 148.09º 0.26% 0.35% -
HSV(B) 148.09º 0.42% 0.44% -
XYZ 9.91 13.67 11.35 -
YUV 96.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 66 113 88 0.42 0 0.22 0.56 148.09 0.26 0.35
Hex 42 71 58 2A 0 16 38 94 1A 23
Octal 102 161 130 52 0 26 70 224 32 43
Binary 1000010 1110001 1011000 101010 0 10110 111000 10010100 11010 100011

Color Harmonies of #427158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427158

Black with #427158

Text Example


Text Example

White with #427158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427158; }

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

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

background-color css

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

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

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

border-color css

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

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

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