Html Css Color HEX #367B5C Amazon

📋 copy color: '#367B5C'

red 54 ◦ green 123 ◦ blue 92

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

Shades of Amazon #367B5C

Tints of Amazon #367B5C

RGB

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

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

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

R = 20.07%
G = 45.72%
B = 34.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#367B5C (or 0x367B5C) is known color: Amazon. HEX triplet: 36, 7B and 5C. RGB value is (54,123,92). Sum of RGB (Red+Green+Blue) = 54+123+92=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #367B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B5C is #C984A3. Grayscale: #626262. Windows color (decimal): -13206692 or 6060854. OLE color: 6060854.

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

Color convert

RGB 54 123 92 -
CMYK 0.56 0 0.25 0.52
HSL 153.04º 0.39% 0.35% -
HSV(B) 153.04º 0.56% 0.48% -
XYZ 10.54 15.72 12.6 -
YUV 98.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 54 123 92 0.56 0 0.25 0.52 153.04 0.39 0.35
Hex 36 7B 5C 38 0 19 34 99 27 23
Octal 66 173 134 70 0 31 64 231 47 43
Binary 110110 1111011 1011100 111000 0 11001 110100 10011001 100111 100011

Color Harmonies of #367B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B5C

Black with #367B5C

Text Example


Text Example

White with #367B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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