Html Css Color HEX #418355 Amazon

📋 copy color: '#418355'

red 65 ◦ green 131 ◦ blue 85

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

Shades of Amazon #418355

Tints of Amazon #418355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 23.13%
G = 46.62%
B = 30.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#418355 (or 0x418355) is known color: Amazon. HEX triplet: 41, 83 and 55. RGB value is (65,131,85). Sum of RGB (Red+Green+Blue) = 65+131+85=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #418355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418355 is #BE7CAA. Grayscale: #6A6A6A. Windows color (decimal): -12483755 or 5604161. OLE color: 5604161.

HSL color Cylindrical-coordinate representation of color #418355: hue angle of 138.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418355 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 85 -
CMYK 0.50 0 0.35 0.49
HSL 138.18º 0.34% 0.38% -
HSV(B) 138.18º 0.5% 0.51% -
XYZ 11.94 18.01 11.44 -
YUV 106.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 65 131 85 0.50 0 0.35 0.49 138.18 0.34 0.38
Hex 41 83 55 32 0 23 31 8A 22 26
Octal 101 203 125 62 0 43 61 212 42 46
Binary 1000001 10000011 1010101 110010 0 100011 110001 10001010 100010 100110

Color Harmonies of #418355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418355

Black with #418355

Text Example


Text Example

White with #418355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418355; }

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

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

background-color css

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

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

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

border-color css

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

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

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