Html Css Color HEX #427153 Amazon

📋 copy color: '#427153'

red 66 ◦ green 113 ◦ blue 83

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

Shades of Amazon #427153

Tints of Amazon #427153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 25.19%
G = 43.13%
B = 31.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#427153 (or 0x427153) is known color: Amazon. HEX triplet: 42, 71 and 53. RGB value is (66,113,83). Sum of RGB (Red+Green+Blue) = 66+113+83=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #427153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427153 is #BD8EAC. Grayscale: #5F5F5F. Windows color (decimal): -12422829 or 5468482. OLE color: 5468482.

HSL color Cylindrical-coordinate representation of color #427153: hue angle of 141.7º 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 #427153 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 83 -
CMYK 0.42 0 0.27 0.56
HSL 141.7º 0.26% 0.35% -
HSV(B) 141.7º 0.42% 0.44% -
XYZ 9.71 13.59 10.3 -
YUV 95.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 66 113 83 0.42 0 0.27 0.56 141.7 0.26 0.35
Hex 42 71 53 2A 0 1B 38 8E 1A 23
Octal 102 161 123 52 0 33 70 216 32 43
Binary 1000010 1110001 1010011 101010 0 11011 111000 10001110 11010 100011

Color Harmonies of #427153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427153

Black with #427153

Text Example


Text Example

White with #427153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427153; }

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

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

background-color css

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

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

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

border-color css

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

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

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