Html Css Color HEX #418453 Amazon

📋 copy color: '#418453'

red 65 ◦ green 132 ◦ blue 83

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

Shades of Amazon #418453

Tints of Amazon #418453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 23.21%
G = 47.14%
B = 29.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#418453 (or 0x418453) is known color: Amazon. HEX triplet: 41, 84 and 53. RGB value is (65,132,83). Sum of RGB (Red+Green+Blue) = 65+132+83=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #418453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418453 is #BE7BAC. Grayscale: #6A6A6A. Windows color (decimal): -12483501 or 5473345. OLE color: 5473345.

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

Color convert

RGB 65 132 83 -
CMYK 0.51 0 0.37 0.48
HSL 136.12º 0.34% 0.39% -
HSV(B) 136.12º 0.51% 0.52% -
XYZ 11.99 18.25 11.07 -
YUV 106.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 65 132 83 0.51 0 0.37 0.48 136.12 0.34 0.39
Hex 41 84 53 33 0 25 30 88 22 27
Octal 101 204 123 63 0 45 60 210 42 47
Binary 1000001 10000100 1010011 110011 0 100101 110000 10001000 100010 100111

Color Harmonies of #418453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418453

Black with #418453

Text Example


Text Example

White with #418453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418453; }

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

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

background-color css

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

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

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

border-color css

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

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

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