Html Css Color HEX #36815D Amazon

📋 copy color: '#36815D'

red 54 ◦ green 129 ◦ blue 93

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

Shades of Amazon #36815D

Tints of Amazon #36815D

RGB

 RED value IS 54 (21.48% from 255) = 19.57%

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

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 19.57%
G = 46.74%
B = 33.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#36815D (or 0x36815D) is known color: Amazon. HEX triplet: 36, 81 and 5D. RGB value is (54,129,93). Sum of RGB (Red+Green+Blue) = 54+129+93=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #36815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36815D is #C97EA2. Grayscale: #666666. Windows color (decimal): -13205155 or 6127926. OLE color: 6127926.

HSL color Cylindrical-coordinate representation of color #36815D: hue angle of 151.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36815D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 93 -
CMYK 0.58 0 0.28 0.49
HSL 151.2º 0.41% 0.36% -
HSV(B) 151.2º 0.58% 0.51% -
XYZ 11.35 17.28 13.09 -
YUV 102.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 54 129 93 0.58 0 0.28 0.49 151.2 0.41 0.36
Hex 36 81 5D 3A 0 1C 31 97 29 24
Octal 66 201 135 72 0 34 61 227 51 44
Binary 110110 10000001 1011101 111010 0 11100 110001 10010111 101001 100100

Color Harmonies of #36815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36815D

Black with #36815D

Text Example


Text Example

White with #36815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36815D; }

 p { color: rgb(54,129,93); }

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

background-color css

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

 a { background-color: rgb(54,129,93); }

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

border-color css

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

 span { border-color: rgb(54,129,93); }

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