Html Css Color HEX #427053 Amazon

📋 copy color: '#427053'

red 66 ◦ green 112 ◦ blue 83

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

Shades of Amazon #427053

Tints of Amazon #427053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 25.29%
G = 42.91%
B = 31.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#427053 (or 0x427053) is known color: Amazon. HEX triplet: 42, 70 and 53. RGB value is (66,112,83). Sum of RGB (Red+Green+Blue) = 66+112+83=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #427053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427053 is #BD8FAC. Grayscale: #5F5F5F. Windows color (decimal): -12423085 or 5468226. OLE color: 5468226.

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

Color convert

RGB 66 112 83 -
CMYK 0.41 0 0.26 0.56
HSL 142.17º 0.26% 0.35% -
HSV(B) 142.17º 0.41% 0.44% -
XYZ 9.6 13.37 10.26 -
YUV 94.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 66 112 83 0.41 0 0.26 0.56 142.17 0.26 0.35
Hex 42 70 53 29 0 1A 38 8E 1A 23
Octal 102 160 123 51 0 32 70 216 32 43
Binary 1000010 1110000 1010011 101001 0 11010 111000 10001110 11010 100011

Color Harmonies of #427053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427053

Black with #427053

Text Example


Text Example

White with #427053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427053; }

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

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

background-color css

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

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

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

border-color css

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

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

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