Html Css Color HEX #418652 Amazon

📋 copy color: '#418652'

red 65 ◦ green 134 ◦ blue 82

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

Shades of Amazon #418652

Tints of Amazon #418652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.69%

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

R = 23.13%
G = 47.69%
B = 29.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#418652 (or 0x418652) is known color: Amazon. HEX triplet: 41, 86 and 52. RGB value is (65,134,82). Sum of RGB (Red+Green+Blue) = 65+134+82=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #418652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418652 is #BE79AD. Grayscale: #6B6B6B. Windows color (decimal): -12482990 or 5408321. OLE color: 5408321.

HSL color Cylindrical-coordinate representation of color #418652: hue angle of 134.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418652 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 82 -
CMYK 0.51 0 0.39 0.47
HSL 134.78º 0.35% 0.39% -
HSV(B) 134.78º 0.51% 0.53% -
XYZ 12.23 18.78 10.96 -
YUV 107.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 65 134 82 0.51 0 0.39 0.47 134.78 0.35 0.39
Hex 41 86 52 33 0 27 2F 87 23 27
Octal 101 206 122 63 0 47 57 207 43 47
Binary 1000001 10000110 1010010 110011 0 100111 101111 10000111 100011 100111

Color Harmonies of #418652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418652

Black with #418652

Text Example


Text Example

White with #418652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418652; }

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

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

background-color css

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

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

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

border-color css

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

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

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