Html Css Color HEX #367852 Amazon

📋 copy color: '#367852'

red 54 ◦ green 120 ◦ blue 82

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

Shades of Amazon #367852

Tints of Amazon #367852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.88%

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

R = 21.09%
G = 46.88%
B = 32.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#367852 (or 0x367852) is known color: Amazon. HEX triplet: 36, 78 and 52. RGB value is (54,120,82). Sum of RGB (Red+Green+Blue) = 54+120+82=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #367852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367852 is #C987AD. Grayscale: #606060. Windows color (decimal): -13207470 or 5404726. OLE color: 5404726.

HSL color Cylindrical-coordinate representation of color #367852: hue angle of 145.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367852 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 120 82 -
CMYK 0.55 0 0.32 0.53
HSL 145.45º 0.38% 0.34% -
HSV(B) 145.45º 0.55% 0.47% -
XYZ 9.76 14.83 10.33 -
YUV 95.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 54 120 82 0.55 0 0.32 0.53 145.45 0.38 0.34
Hex 36 78 52 37 0 20 35 91 26 22
Octal 66 170 122 67 0 40 65 221 46 42
Binary 110110 1111000 1010010 110111 0 100000 110101 10010001 100110 100010

Color Harmonies of #367852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367852

Black with #367852

Text Example


Text Example

White with #367852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367852; }

 p { color: rgb(54,120,82); }

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

background-color css

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

 a { background-color: rgb(54,120,82); }

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

border-color css

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

 span { border-color: rgb(54,120,82); }

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