Html Css Color HEX #427052 Amazon

📋 copy color: '#427052'

red 66 ◦ green 112 ◦ blue 82

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

Shades of Amazon #427052

Tints of Amazon #427052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 25.38%
G = 43.08%
B = 31.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#427052 (or 0x427052) is known color: Amazon. HEX triplet: 42, 70 and 52. RGB value is (66,112,82). Sum of RGB (Red+Green+Blue) = 66+112+82=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #427052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427052 is #BD8FAD. Grayscale: #5E5E5E. Windows color (decimal): -12423086 or 5402690. OLE color: 5402690.

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

Color convert

RGB 66 112 82 -
CMYK 0.41 0 0.27 0.56
HSL 140.87º 0.26% 0.35% -
HSV(B) 140.87º 0.41% 0.44% -
XYZ 9.56 13.36 10.06 -
YUV 94.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 66 112 82 0.41 0 0.27 0.56 140.87 0.26 0.35
Hex 42 70 52 29 0 1B 38 8D 1A 23
Octal 102 160 122 51 0 33 70 215 32 43
Binary 1000010 1110000 1010010 101001 0 11011 111000 10001101 11010 100011

Color Harmonies of #427052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427052

Black with #427052

Text Example


Text Example

White with #427052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427052; }

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

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

background-color css

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

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

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

border-color css

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

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

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