Html Css Color HEX #418552 Amazon

📋 copy color: '#418552'

red 65 ◦ green 133 ◦ blue 82

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

Shades of Amazon #418552

Tints of Amazon #418552

RGB

 RED value IS 65 (25.78% from 255) = 23.21%

 GREEN value IS 133 (52.34% from 255) = 47.5%

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

R = 23.21%
G = 47.5%
B = 29.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#418552 (or 0x418552) is known color: Amazon. HEX triplet: 41, 85 and 52. RGB value is (65,133,82). Sum of RGB (Red+Green+Blue) = 65+133+82=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #418552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418552 is #BE7AAD. Grayscale: #6A6A6A. Windows color (decimal): -12483246 or 5408065. OLE color: 5408065.

HSL color Cylindrical-coordinate representation of color #418552: hue angle of 135º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418552 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 82 -
CMYK 0.51 0 0.38 0.48
HSL 135º 0.34% 0.39% -
HSV(B) 135º 0.51% 0.52% -
XYZ 12.09 18.51 10.92 -
YUV 106.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 65 133 82 0.51 0 0.38 0.48 135 0.34 0.39
Hex 41 85 52 33 0 26 30 87 22 27
Octal 101 205 122 63 0 46 60 207 42 47
Binary 1000001 10000101 1010010 110011 0 100110 110000 10000111 100010 100111

Color Harmonies of #418552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418552

Black with #418552

Text Example


Text Example

White with #418552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418552; }

 p { color: rgb(65,133,82); }

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

background-color css

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

 a { background-color: rgb(65,133,82); }

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

border-color css

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

 span { border-color: rgb(65,133,82); }

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