Html Css Color HEX #427753 Amazon

📋 copy color: '#427753'

red 66 ◦ green 119 ◦ blue 83

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

Shades of Amazon #427753

Tints of Amazon #427753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 24.63%
G = 44.4%
B = 30.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#427753 (or 0x427753) is known color: Amazon. HEX triplet: 42, 77 and 53. RGB value is (66,119,83). Sum of RGB (Red+Green+Blue) = 66+119+83=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #427753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427753 is #BD88AC. Grayscale: #636363. Windows color (decimal): -12421293 or 5470018. OLE color: 5470018.

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

Color convert

RGB 66 119 83 -
CMYK 0.45 0 0.30 0.53
HSL 139.25º 0.29% 0.36% -
HSV(B) 139.25º 0.45% 0.47% -
XYZ 10.4 14.98 10.53 -
YUV 99.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 66 119 83 0.45 0 0.30 0.53 139.25 0.29 0.36
Hex 42 77 53 2D 0 1E 35 8B 1D 24
Octal 102 167 123 55 0 36 65 213 35 44
Binary 1000010 1110111 1010011 101101 0 11110 110101 10001011 11101 100100

Color Harmonies of #427753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427753

Black with #427753

Text Example


Text Example

White with #427753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427753; }

 p { color: rgb(66,119,83); }

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

background-color css

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

 a { background-color: rgb(66,119,83); }

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

border-color css

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

 span { border-color: rgb(66,119,83); }

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