Html Css Color HEX #427952 Amazon

📋 copy color: '#427952'

red 66 ◦ green 121 ◦ blue 82

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

Shades of Amazon #427952

Tints of Amazon #427952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 24.54%
G = 44.98%
B = 30.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#427952 (or 0x427952) is known color: Amazon. HEX triplet: 42, 79 and 52. RGB value is (66,121,82). Sum of RGB (Red+Green+Blue) = 66+121+82=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #427952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427952 is #BD86AD. Grayscale: #646464. Windows color (decimal): -12420782 or 5404994. OLE color: 5404994.

HSL color Cylindrical-coordinate representation of color #427952: hue angle of 137.45º 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 #427952 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 82 -
CMYK 0.45 0 0.32 0.53
HSL 137.45º 0.29% 0.37% -
HSV(B) 137.45º 0.45% 0.47% -
XYZ 10.61 15.44 10.4 -
YUV 100.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 66 121 82 0.45 0 0.32 0.53 137.45 0.29 0.37
Hex 42 79 52 2D 0 20 35 89 1D 25
Octal 102 171 122 55 0 40 65 211 35 45
Binary 1000010 1111001 1010010 101101 0 100000 110101 10001001 11101 100101

Color Harmonies of #427952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427952

Black with #427952

Text Example


Text Example

White with #427952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427952; }

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

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

background-color css

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

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

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

border-color css

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

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

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