Html Css Color HEX #418358 Amazon

📋 copy color: '#418358'

red 65 ◦ green 131 ◦ blue 88

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

Shades of Amazon #418358

Tints of Amazon #418358

RGB

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

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

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

R = 22.89%
G = 46.13%
B = 30.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#418358 (or 0x418358) is known color: Amazon. HEX triplet: 41, 83 and 58. RGB value is (65,131,88). Sum of RGB (Red+Green+Blue) = 65+131+88=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #418358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418358 is #BE7CA7. Grayscale: #6A6A6A. Windows color (decimal): -12483752 or 5800769. OLE color: 5800769.

HSL color Cylindrical-coordinate representation of color #418358: hue angle of 140.91º 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 #418358 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 88 -
CMYK 0.50 0 0.33 0.49
HSL 140.91º 0.34% 0.38% -
HSV(B) 140.91º 0.5% 0.51% -
XYZ 12.06 18.06 12.08 -
YUV 106.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 65 131 88 0.50 0 0.33 0.49 140.91 0.34 0.38
Hex 41 83 58 32 0 21 31 8D 22 26
Octal 101 203 130 62 0 41 61 215 42 46
Binary 1000001 10000011 1011000 110010 0 100001 110001 10001101 100010 100110

Color Harmonies of #418358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418358

Black with #418358

Text Example


Text Example

White with #418358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418358; }

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

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

background-color css

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

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

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

border-color css

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

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

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