Html Css Color HEX #367C4E Amazon

📋 copy color: '#367C4E'

red 54 ◦ green 124 ◦ blue 78

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

Shades of Amazon #367C4E

Tints of Amazon #367C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 21.09%
G = 48.44%
B = 30.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#367C4E (or 0x367C4E) is known color: Amazon. HEX triplet: 36, 7C and 4E. RGB value is (54,124,78). Sum of RGB (Red+Green+Blue) = 54+124+78=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #367C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C4E is #C983B1. Grayscale: #616161. Windows color (decimal): -13206450 or 5143606. OLE color: 5143606.

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

Color convert

RGB 54 124 78 -
CMYK 0.56 0 0.37 0.51
HSL 140.57º 0.39% 0.35% -
HSV(B) 140.57º 0.56% 0.49% -
XYZ 10.1 15.75 9.72 -
YUV 97.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 54 124 78 0.56 0 0.37 0.51 140.57 0.39 0.35
Hex 36 7C 4E 38 0 25 33 8D 27 23
Octal 66 174 116 70 0 45 63 215 47 43
Binary 110110 1111100 1001110 111000 0 100101 110011 10001101 100111 100011

Color Harmonies of #367C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C4E

Black with #367C4E

Text Example


Text Example

White with #367C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,78); }

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

background-color css

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

 a { background-color: rgb(54,124,78); }

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

border-color css

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

 span { border-color: rgb(54,124,78); }

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