Html Css Color HEX #418353 Amazon

📋 copy color: '#418353'

red 65 ◦ green 131 ◦ blue 83

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

Shades of Amazon #418353

Tints of Amazon #418353

RGB

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

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

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

R = 23.3%
G = 46.95%
B = 29.75%

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

#418353 (or 0x418353) is known color: Amazon. HEX triplet: 41, 83 and 53. RGB value is (65,131,83). Sum of RGB (Red+Green+Blue) = 65+131+83=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #418353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418353 is #BE7CAC. Grayscale: #696969. Windows color (decimal): -12483757 or 5473089. OLE color: 5473089.

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

Color convert

RGB 65 131 83 -
CMYK 0.50 0 0.37 0.49
HSL 136.36º 0.34% 0.38% -
HSV(B) 136.36º 0.5% 0.51% -
XYZ 11.86 17.98 11.03 -
YUV 105.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 65 131 83 0.50 0 0.37 0.49 136.36 0.34 0.38
Hex 41 83 53 32 0 25 31 88 22 26
Octal 101 203 123 62 0 45 61 210 42 46
Binary 1000001 10000011 1010011 110010 0 100101 110001 10001000 100010 100110

Color Harmonies of #418353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418353

Black with #418353

Text Example


Text Example

White with #418353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418353; }

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

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

background-color css

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

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

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

border-color css

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

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

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