Html Css Color HEX #367B4D Amazon

📋 copy color: '#367B4D'

red 54 ◦ green 123 ◦ blue 77

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

Shades of Amazon #367B4D

Tints of Amazon #367B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 21.26%
G = 48.43%
B = 30.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#367B4D (or 0x367B4D) is known color: Amazon. HEX triplet: 36, 7B and 4D. RGB value is (54,123,77). Sum of RGB (Red+Green+Blue) = 54+123+77=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #367B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B4D is #C984B2. Grayscale: #616161. Windows color (decimal): -13206707 or 5077814. OLE color: 5077814.

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

Color convert

RGB 54 123 77 -
CMYK 0.56 0 0.37 0.52
HSL 140º 0.39% 0.35% -
HSV(B) 140º 0.56% 0.48% -
XYZ 9.94 15.49 9.49 -
YUV 97.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 54 123 77 0.56 0 0.37 0.52 140 0.39 0.35
Hex 36 7B 4D 38 0 25 34 8C 27 23
Octal 66 173 115 70 0 45 64 214 47 43
Binary 110110 1111011 1001101 111000 0 100101 110100 10001100 100111 100011

Color Harmonies of #367B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B4D

Black with #367B4D

Text Example


Text Example

White with #367B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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