Html Css Color HEX #427155 Amazon

📋 copy color: '#427155'

red 66 ◦ green 113 ◦ blue 85

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

Shades of Amazon #427155

Tints of Amazon #427155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 25%
G = 42.8%
B = 32.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#427155 (or 0x427155) is known color: Amazon. HEX triplet: 42, 71 and 55. RGB value is (66,113,85). Sum of RGB (Red+Green+Blue) = 66+113+85=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #427155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427155 is #BD8EAA. Grayscale: #5F5F5F. Windows color (decimal): -12422827 or 5599554. OLE color: 5599554.

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

Color convert

RGB 66 113 85 -
CMYK 0.42 0 0.25 0.56
HSL 144.26º 0.26% 0.35% -
HSV(B) 144.26º 0.42% 0.44% -
XYZ 9.79 13.62 10.71 -
YUV 95.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 66 113 85 0.42 0 0.25 0.56 144.26 0.26 0.35
Hex 42 71 55 2A 0 19 38 90 1A 23
Octal 102 161 125 52 0 31 70 220 32 43
Binary 1000010 1110001 1010101 101010 0 11001 111000 10010000 11010 100011

Color Harmonies of #427155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427155

Black with #427155

Text Example


Text Example

White with #427155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427155; }

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

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

background-color css

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

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

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

border-color css

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

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

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