Html Css Color HEX #367E4A Amazon

📋 copy color: '#367E4A'

red 54 ◦ green 126 ◦ blue 74

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

Shades of Amazon #367E4A

Tints of Amazon #367E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.61%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 21.26%
G = 49.61%
B = 29.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#367E4A (or 0x367E4A) is known color: Amazon. HEX triplet: 36, 7E and 4A. RGB value is (54,126,74). Sum of RGB (Red+Green+Blue) = 54+126+74=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #367E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E4A is #C981B5. Grayscale: #626262. Windows color (decimal): -13205942 or 4881974. OLE color: 4881974.

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

Color convert

RGB 54 126 74 -
CMYK 0.57 0 0.41 0.51
HSL 136.67º 0.4% 0.35% -
HSV(B) 136.67º 0.57% 0.49% -
XYZ 10.22 16.2 9.07 -
YUV 98.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 54 126 74 0.57 0 0.41 0.51 136.67 0.4 0.35
Hex 36 7E 4A 39 0 29 33 89 28 23
Octal 66 176 112 71 0 51 63 211 50 43
Binary 110110 1111110 1001010 111001 0 101001 110011 10001001 101000 100011

Color Harmonies of #367E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E4A

Black with #367E4A

Text Example


Text Example

White with #367E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,126,74); }

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

background-color css

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

 a { background-color: rgb(54,126,74); }

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

border-color css

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

 span { border-color: rgb(54,126,74); }

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