Html Css Color HEX #36815C Amazon

📋 copy color: '#36815C'

red 54 ◦ green 129 ◦ blue 92

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

Shades of Amazon #36815C

Tints of Amazon #36815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 19.64%
G = 46.91%
B = 33.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#36815C (or 0x36815C) is known color: Amazon. HEX triplet: 36, 81 and 5C. RGB value is (54,129,92). Sum of RGB (Red+Green+Blue) = 54+129+92=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #36815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36815C is #C97EA3. Grayscale: #666666. Windows color (decimal): -13205156 or 6062390. OLE color: 6062390.

HSL color Cylindrical-coordinate representation of color #36815C: hue angle of 150.4º 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 #36815C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 92 -
CMYK 0.58 0 0.29 0.49
HSL 150.4º 0.41% 0.36% -
HSV(B) 150.4º 0.58% 0.51% -
XYZ 11.3 17.26 12.86 -
YUV 102.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 54 129 92 0.58 0 0.29 0.49 150.4 0.41 0.36
Hex 36 81 5C 3A 0 1D 31 96 29 24
Octal 66 201 134 72 0 35 61 226 51 44
Binary 110110 10000001 1011100 111010 0 11101 110001 10010110 101001 100100

Color Harmonies of #36815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36815C

Black with #36815C

Text Example


Text Example

White with #36815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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