Html Css Color HEX #418553 Amazon

📋 copy color: '#418553'

red 65 ◦ green 133 ◦ blue 83

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

Shades of Amazon #418553

Tints of Amazon #418553

RGB

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

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

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

R = 23.13%
G = 47.33%
B = 29.54%

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

#418553 (or 0x418553) is known color: Amazon. HEX triplet: 41, 85 and 53. RGB value is (65,133,83). Sum of RGB (Red+Green+Blue) = 65+133+83=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #418553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418553 is #BE7AAC. Grayscale: #6B6B6B. Windows color (decimal): -12483245 or 5473601. OLE color: 5473601.

HSL color Cylindrical-coordinate representation of color #418553: hue angle of 135.88º 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 #418553 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 83 -
CMYK 0.51 0 0.38 0.48
HSL 135.88º 0.34% 0.39% -
HSV(B) 135.88º 0.51% 0.52% -
XYZ 12.13 18.52 11.12 -
YUV 106.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 65 133 83 0.51 0 0.38 0.48 135.88 0.34 0.39
Hex 41 85 53 33 0 26 30 88 22 27
Octal 101 205 123 63 0 46 60 210 42 47
Binary 1000001 10000101 1010011 110011 0 100110 110000 10001000 100010 100111

Color Harmonies of #418553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418553

Black with #418553

Text Example


Text Example

White with #418553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418553; }

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

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

background-color css

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

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

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

border-color css

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

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

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