Html Css Color HEX #418352 Amazon

📋 copy color: '#418352'

red 65 ◦ green 131 ◦ blue 82

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

Shades of Amazon #418352

Tints of Amazon #418352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 23.38%
G = 47.12%
B = 29.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#418352 (or 0x418352) is known color: Amazon. HEX triplet: 41, 83 and 52. RGB value is (65,131,82). Sum of RGB (Red+Green+Blue) = 65+131+82=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #418352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418352 is #BE7CAD. Grayscale: #696969. Windows color (decimal): -12483758 or 5407553. OLE color: 5407553.

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

Color convert

RGB 65 131 82 -
CMYK 0.50 0 0.37 0.49
HSL 135.45º 0.34% 0.38% -
HSV(B) 135.45º 0.5% 0.51% -
XYZ 11.82 17.97 10.83 -
YUV 105.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 65 131 82 0.50 0 0.37 0.49 135.45 0.34 0.38
Hex 41 83 52 32 0 25 31 87 22 26
Octal 101 203 122 62 0 45 61 207 42 46
Binary 1000001 10000011 1010010 110010 0 100101 110001 10000111 100010 100110

Color Harmonies of #418352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418352

Black with #418352

Text Example


Text Example

White with #418352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418352; }

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

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

background-color css

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

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

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

border-color css

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

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

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