Html Css Color HEX #427956 Amazon

📋 copy color: '#427956'

red 66 ◦ green 121 ◦ blue 86

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

Shades of Amazon #427956

Tints of Amazon #427956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

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

R = 24.18%
G = 44.32%
B = 31.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#427956 (or 0x427956) is known color: Amazon. HEX triplet: 42, 79 and 56. RGB value is (66,121,86). Sum of RGB (Red+Green+Blue) = 66+121+86=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #427956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427956 is #BD86A9. Grayscale: #646464. Windows color (decimal): -12420778 or 5667138. OLE color: 5667138.

HSL color Cylindrical-coordinate representation of color #427956: hue angle of 141.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427956 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 86 -
CMYK 0.45 0 0.29 0.53
HSL 141.82º 0.29% 0.37% -
HSV(B) 141.82º 0.45% 0.47% -
XYZ 10.76 15.5 11.23 -
YUV 100.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 66 121 86 0.45 0 0.29 0.53 141.82 0.29 0.37
Hex 42 79 56 2D 0 1D 35 8E 1D 25
Octal 102 171 126 55 0 35 65 216 35 45
Binary 1000010 1111001 1010110 101101 0 11101 110101 10001110 11101 100101

Color Harmonies of #427956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427956

Black with #427956

Text Example


Text Example

White with #427956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427956; }

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

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

background-color css

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

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

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

border-color css

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

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

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