Html Css Color HEX #427253 Amazon

📋 copy color: '#427253'

red 66 ◦ green 114 ◦ blue 83

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

Shades of Amazon #427253

Tints of Amazon #427253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 25.1%
G = 43.35%
B = 31.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#427253 (or 0x427253) is known color: Amazon. HEX triplet: 42, 72 and 53. RGB value is (66,114,83). Sum of RGB (Red+Green+Blue) = 66+114+83=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #427253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427253 is #BD8DAC. Grayscale: #606060. Windows color (decimal): -12422573 or 5468738. OLE color: 5468738.

HSL color Cylindrical-coordinate representation of color #427253: hue angle of 141.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427253 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 83 -
CMYK 0.42 0 0.27 0.55
HSL 141.25º 0.27% 0.35% -
HSV(B) 141.25º 0.42% 0.45% -
XYZ 9.83 13.82 10.33 -
YUV 96.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 66 114 83 0.42 0 0.27 0.55 141.25 0.27 0.35
Hex 42 72 53 2A 0 1B 37 8D 1B 23
Octal 102 162 123 52 0 33 67 215 33 43
Binary 1000010 1110010 1010011 101010 0 11011 110111 10001101 11011 100011

Color Harmonies of #427253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427253

Black with #427253

Text Example


Text Example

White with #427253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427253; }

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

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

background-color css

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

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

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

border-color css

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

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

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