Html Css Color HEX #367055 Amazon

📋 copy color: '#367055'

red 54 ◦ green 112 ◦ blue 85

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

Shades of Amazon #367055

Tints of Amazon #367055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 21.51%
G = 44.62%
B = 33.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#367055 (or 0x367055) is known color: Amazon. HEX triplet: 36, 70 and 55. RGB value is (54,112,85). Sum of RGB (Red+Green+Blue) = 54+112+85=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #367055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367055 is #C98FAA. Grayscale: #5B5B5B. Windows color (decimal): -13209515 or 5599286. OLE color: 5599286.

HSL color Cylindrical-coordinate representation of color #367055: hue angle of 152.07º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367055 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 85 -
CMYK 0.52 0 0.24 0.56
HSL 152.07º 0.35% 0.33% -
HSV(B) 152.07º 0.52% 0.44% -
XYZ 8.96 13.03 10.64 -
YUV 91.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 54 112 85 0.52 0 0.24 0.56 152.07 0.35 0.33
Hex 36 70 55 34 0 18 38 98 23 21
Octal 66 160 125 64 0 30 70 230 43 41
Binary 110110 1110000 1010101 110100 0 11000 111000 10011000 100011 100001

Color Harmonies of #367055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367055

Black with #367055

Text Example


Text Example

White with #367055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367055; }

 p { color: rgb(54,112,85); }

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

background-color css

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

 a { background-color: rgb(54,112,85); }

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

border-color css

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

 span { border-color: rgb(54,112,85); }

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