Html Css Color HEX #427355 Amazon

📋 copy color: '#427355'

red 66 ◦ green 115 ◦ blue 85

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

Shades of Amazon #427355

Tints of Amazon #427355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 24.81%
G = 43.23%
B = 31.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#427355 (or 0x427355) is known color: Amazon. HEX triplet: 42, 73 and 55. RGB value is (66,115,85). Sum of RGB (Red+Green+Blue) = 66+115+85=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #427355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427355 is #BD8CAA. Grayscale: #606060. Windows color (decimal): -12422315 or 5600066. OLE color: 5600066.

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

Color convert

RGB 66 115 85 -
CMYK 0.43 0 0.26 0.55
HSL 143.27º 0.27% 0.35% -
HSV(B) 143.27º 0.43% 0.45% -
XYZ 10.02 14.08 10.78 -
YUV 96.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 66 115 85 0.43 0 0.26 0.55 143.27 0.27 0.35
Hex 42 73 55 2B 0 1A 37 8F 1B 23
Octal 102 163 125 53 0 32 67 217 33 43
Binary 1000010 1110011 1010101 101011 0 11010 110111 10001111 11011 100011

Color Harmonies of #427355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427355

Black with #427355

Text Example


Text Example

White with #427355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427355; }

 p { color: rgb(66,115,85); }

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

background-color css

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

 a { background-color: rgb(66,115,85); }

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

border-color css

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

 span { border-color: rgb(66,115,85); }

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