Html Css Color HEX #427752 Amazon

📋 copy color: '#427752'

red 66 ◦ green 119 ◦ blue 82

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

Shades of Amazon #427752

Tints of Amazon #427752

RGB

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

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

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

R = 24.72%
G = 44.57%
B = 30.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#427752 (or 0x427752) is known color: Amazon. HEX triplet: 42, 77 and 52. RGB value is (66,119,82). Sum of RGB (Red+Green+Blue) = 66+119+82=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #427752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427752 is #BD88AD. Grayscale: #636363. Windows color (decimal): -12421294 or 5404482. OLE color: 5404482.

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

Color convert

RGB 66 119 82 -
CMYK 0.45 0 0.31 0.53
HSL 138.11º 0.29% 0.36% -
HSV(B) 138.11º 0.45% 0.47% -
XYZ 10.37 14.96 10.32 -
YUV 98.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 66 119 82 0.45 0 0.31 0.53 138.11 0.29 0.36
Hex 42 77 52 2D 0 1F 35 8A 1D 24
Octal 102 167 122 55 0 37 65 212 35 44
Binary 1000010 1110111 1010010 101101 0 11111 110101 10001010 11101 100100

Color Harmonies of #427752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427752

Black with #427752

Text Example


Text Example

White with #427752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427752; }

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

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

background-color css

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

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

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

border-color css

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

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

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