Html Css Color HEX #427453 Amazon

📋 copy color: '#427453'

red 66 ◦ green 116 ◦ blue 83

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

Shades of Amazon #427453

Tints of Amazon #427453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 24.91%
G = 43.77%
B = 31.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#427453 (or 0x427453) is known color: Amazon. HEX triplet: 42, 74 and 53. RGB value is (66,116,83). Sum of RGB (Red+Green+Blue) = 66+116+83=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #427453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427453 is #BD8BAC. Grayscale: #616161. Windows color (decimal): -12422061 or 5469250. OLE color: 5469250.

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

Color convert

RGB 66 116 83 -
CMYK 0.43 0 0.28 0.55
HSL 140.4º 0.27% 0.36% -
HSV(B) 140.4º 0.43% 0.45% -
XYZ 10.05 14.27 10.41 -
YUV 97.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 66 116 83 0.43 0 0.28 0.55 140.4 0.27 0.36
Hex 42 74 53 2B 0 1C 37 8C 1B 24
Octal 102 164 123 53 0 34 67 214 33 44
Binary 1000010 1110100 1010011 101011 0 11100 110111 10001100 11011 100100

Color Harmonies of #427453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427453

Black with #427453

Text Example


Text Example

White with #427453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427453; }

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

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

background-color css

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

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

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

border-color css

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

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

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