Html Css Color HEX #427356 Amazon

📋 copy color: '#427356'

red 66 ◦ green 115 ◦ blue 86

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

Shades of Amazon #427356

Tints of Amazon #427356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 24.72%
G = 43.07%
B = 32.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#427356 (or 0x427356) is known color: Amazon. HEX triplet: 42, 73 and 56. RGB value is (66,115,86). Sum of RGB (Red+Green+Blue) = 66+115+86=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #427356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427356 is #BD8CA9. Grayscale: #616161. Windows color (decimal): -12422314 or 5665602. OLE color: 5665602.

HSL color Cylindrical-coordinate representation of color #427356: hue angle of 144.49º 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 #427356 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 86 -
CMYK 0.43 0 0.25 0.55
HSL 144.49º 0.27% 0.35% -
HSV(B) 144.49º 0.43% 0.45% -
XYZ 10.06 14.09 10.99 -
YUV 97.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 66 115 86 0.43 0 0.25 0.55 144.49 0.27 0.35
Hex 42 73 56 2B 0 19 37 90 1B 23
Octal 102 163 126 53 0 31 67 220 33 43
Binary 1000010 1110011 1010110 101011 0 11001 110111 10010000 11011 100011

Color Harmonies of #427356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427356

Black with #427356

Text Example


Text Example

White with #427356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427356; }

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

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

background-color css

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

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

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

border-color css

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

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

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