Html Css Color HEX #418058 Amazon

📋 copy color: '#418058'

red 65 ◦ green 128 ◦ blue 88

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

Shades of Amazon #418058

Tints of Amazon #418058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 23.13%
G = 45.55%
B = 31.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#418058 (or 0x418058) is known color: Amazon. HEX triplet: 41, 80 and 58. RGB value is (65,128,88). Sum of RGB (Red+Green+Blue) = 65+128+88=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #418058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418058 is #BE7FA7. Grayscale: #686868. Windows color (decimal): -12484520 or 5800001. OLE color: 5800001.

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

Color convert

RGB 65 128 88 -
CMYK 0.49 0 0.31 0.50
HSL 141.9º 0.33% 0.38% -
HSV(B) 141.9º 0.49% 0.5% -
XYZ 11.66 17.27 11.95 -
YUV 104.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 65 128 88 0.49 0 0.31 0.50 141.9 0.33 0.38
Hex 41 80 58 31 0 1F 32 8E 21 26
Octal 101 200 130 61 0 37 62 216 41 46
Binary 1000001 10000000 1011000 110001 0 11111 110010 10001110 100001 100110

Color Harmonies of #418058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418058

Black with #418058

Text Example


Text Example

White with #418058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418058; }

 p { color: rgb(65,128,88); }

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

background-color css

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

 a { background-color: rgb(65,128,88); }

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

border-color css

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

 span { border-color: rgb(65,128,88); }

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