Html Css Color HEX #418153 Amazon

📋 copy color: '#418153'

red 65 ◦ green 129 ◦ blue 83

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

Shades of Amazon #418153

Tints of Amazon #418153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 23.47%
G = 46.57%
B = 29.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#418153 (or 0x418153) is known color: Amazon. HEX triplet: 41, 81 and 53. RGB value is (65,129,83). Sum of RGB (Red+Green+Blue) = 65+129+83=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #418153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418153 is #BE7EAC. Grayscale: #686868. Windows color (decimal): -12484269 or 5472577. OLE color: 5472577.

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

Color convert

RGB 65 129 83 -
CMYK 0.50 0 0.36 0.49
HSL 136.88º 0.33% 0.38% -
HSV(B) 136.88º 0.5% 0.51% -
XYZ 11.59 17.45 10.94 -
YUV 104.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 65 129 83 0.50 0 0.36 0.49 136.88 0.33 0.38
Hex 41 81 53 32 0 24 31 89 21 26
Octal 101 201 123 62 0 44 61 211 41 46
Binary 1000001 10000001 1010011 110010 0 100100 110001 10001001 100001 100110

Color Harmonies of #418153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418153

Black with #418153

Text Example


Text Example

White with #418153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418153; }

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

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

background-color css

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

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

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

border-color css

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

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

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