Html Css Color HEX #367A5A Amazon

📋 copy color: '#367A5A'

red 54 ◦ green 122 ◦ blue 90

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

Shades of Amazon #367A5A

Tints of Amazon #367A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 20.3%
G = 45.86%
B = 33.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#367A5A (or 0x367A5A) is known color: Amazon. HEX triplet: 36, 7A and 5A. RGB value is (54,122,90). Sum of RGB (Red+Green+Blue) = 54+122+90=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #367A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A5A is #C985A5. Grayscale: #626262. Windows color (decimal): -13206950 or 5929526. OLE color: 5929526.

HSL color Cylindrical-coordinate representation of color #367A5A: hue angle of 151.76º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A5A is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 90 -
CMYK 0.56 0 0.26 0.52
HSL 151.76º 0.39% 0.35% -
HSV(B) 151.76º 0.56% 0.48% -
XYZ 10.33 15.44 12.11 -
YUV 98.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 54 122 90 0.56 0 0.26 0.52 151.76 0.39 0.35
Hex 36 7A 5A 38 0 1A 34 98 27 23
Octal 66 172 132 70 0 32 64 230 47 43
Binary 110110 1111010 1011010 111000 0 11010 110100 10011000 100111 100011

Color Harmonies of #367A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A5A

Black with #367A5A

Text Example


Text Example

White with #367A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A5A; }

 p { color: rgb(54,122,90); }

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

background-color css

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

 a { background-color: rgb(54,122,90); }

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

border-color css

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

 span { border-color: rgb(54,122,90); }

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