Html Css Color HEX #367B5B Amazon

📋 copy color: '#367B5B'

red 54 ◦ green 123 ◦ blue 91

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

Shades of Amazon #367B5B

Tints of Amazon #367B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.9%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 20.15%
G = 45.9%
B = 33.96%

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

#367B5B (or 0x367B5B) is known color: Amazon. HEX triplet: 36, 7B and 5B. RGB value is (54,123,91). Sum of RGB (Red+Green+Blue) = 54+123+91=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #367B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B5B is #C984A4. Grayscale: #626262. Windows color (decimal): -13206693 or 5995318. OLE color: 5995318.

HSL color Cylindrical-coordinate representation of color #367B5B: hue angle of 152.17º 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 #367B5B is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 123 91 -
CMYK 0.56 0 0.26 0.52
HSL 152.17º 0.39% 0.35% -
HSV(B) 152.17º 0.56% 0.48% -
XYZ 10.49 15.71 12.38 -
YUV 98.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 54 123 91 0.56 0 0.26 0.52 152.17 0.39 0.35
Hex 36 7B 5B 38 0 1A 34 98 27 23
Octal 66 173 133 70 0 32 64 230 47 43
Binary 110110 1111011 1011011 111000 0 11010 110100 10011000 100111 100011

Color Harmonies of #367B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B5B

Black with #367B5B

Text Example


Text Example

White with #367B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,91); }

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

background-color css

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

 a { background-color: rgb(54,123,91); }

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

border-color css

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

 span { border-color: rgb(54,123,91); }

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