Html Css Color HEX #418555 Amazon

📋 copy color: '#418555'

red 65 ◦ green 133 ◦ blue 85

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

Shades of Amazon #418555

Tints of Amazon #418555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 22.97%
G = 47%
B = 30.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#418555 (or 0x418555) is known color: Amazon. HEX triplet: 41, 85 and 55. RGB value is (65,133,85). Sum of RGB (Red+Green+Blue) = 65+133+85=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #418555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418555 is #BE7AAA. Grayscale: #6B6B6B. Windows color (decimal): -12483243 or 5604673. OLE color: 5604673.

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

Color convert

RGB 65 133 85 -
CMYK 0.51 0 0.36 0.48
HSL 137.65º 0.34% 0.39% -
HSV(B) 137.65º 0.51% 0.52% -
XYZ 12.21 18.55 11.53 -
YUV 107.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 65 133 85 0.51 0 0.36 0.48 137.65 0.34 0.39
Hex 41 85 55 33 0 24 30 8A 22 27
Octal 101 205 125 63 0 44 60 212 42 47
Binary 1000001 10000101 1010101 110011 0 100100 110000 10001010 100010 100111

Color Harmonies of #418555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418555

Black with #418555

Text Example


Text Example

White with #418555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418555; }

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

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

background-color css

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

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

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

border-color css

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

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

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