Html Css Color HEX #418052 Amazon

📋 copy color: '#418052'

red 65 ◦ green 128 ◦ blue 82

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

Shades of Amazon #418052

Tints of Amazon #418052

RGB

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

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

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

R = 23.64%
G = 46.55%
B = 29.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#418052 (or 0x418052) is known color: Amazon. HEX triplet: 41, 80 and 52. RGB value is (65,128,82). Sum of RGB (Red+Green+Blue) = 65+128+82=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #418052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418052 is #BE7FAD. Grayscale: #686868. Windows color (decimal): -12484526 or 5406785. OLE color: 5406785.

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

Color convert

RGB 65 128 82 -
CMYK 0.49 0 0.36 0.50
HSL 136.19º 0.33% 0.38% -
HSV(B) 136.19º 0.49% 0.5% -
XYZ 11.42 17.17 10.7 -
YUV 103.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 65 128 82 0.49 0 0.36 0.50 136.19 0.33 0.38
Hex 41 80 52 31 0 24 32 88 21 26
Octal 101 200 122 61 0 44 62 210 41 46
Binary 1000001 10000000 1010010 110001 0 100100 110010 10001000 100001 100110

Color Harmonies of #418052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418052

Black with #418052

Text Example


Text Example

White with #418052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418052; }

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

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

background-color css

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

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

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

border-color css

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

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

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