Html Css Color HEX #367D4A Amazon

📋 copy color: '#367D4A'

red 54 ◦ green 125 ◦ blue 74

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

Shades of Amazon #367D4A

Tints of Amazon #367D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

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

R = 21.34%
G = 49.41%
B = 29.25%

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

#367D4A (or 0x367D4A) is known color: Amazon. HEX triplet: 36, 7D and 4A. RGB value is (54,125,74). Sum of RGB (Red+Green+Blue) = 54+125+74=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #367D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D4A is #C982B5. Grayscale: #626262. Windows color (decimal): -13206198 or 4881718. OLE color: 4881718.

HSL color Cylindrical-coordinate representation of color #367D4A: hue angle of 136.9º 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 #367D4A is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 125 74 -
CMYK 0.57 0 0.41 0.51
HSL 136.9º 0.4% 0.35% -
HSV(B) 136.9º 0.57% 0.49% -
XYZ 10.09 15.95 9.02 -
YUV 97.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 54 125 74 0.57 0 0.41 0.51 136.9 0.4 0.35
Hex 36 7D 4A 39 0 29 33 89 28 23
Octal 66 175 112 71 0 51 63 211 50 43
Binary 110110 1111101 1001010 111001 0 101001 110011 10001001 101000 100011

Color Harmonies of #367D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D4A

Black with #367D4A

Text Example


Text Example

White with #367D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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