Html Css Color HEX #367A4D Amazon

📋 copy color: '#367A4D'

red 54 ◦ green 122 ◦ blue 77

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

Shades of Amazon #367A4D

Tints of Amazon #367A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.22%

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

R = 21.34%
G = 48.22%
B = 30.43%

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

#367A4D (or 0x367A4D) is known color: Amazon. HEX triplet: 36, 7A and 4D. RGB value is (54,122,77). Sum of RGB (Red+Green+Blue) = 54+122+77=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #367A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A4D is #C985B2. Grayscale: #606060. Windows color (decimal): -13206963 or 5077558. OLE color: 5077558.

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

Color convert

RGB 54 122 77 -
CMYK 0.56 0 0.37 0.52
HSL 140.29º 0.39% 0.35% -
HSV(B) 140.29º 0.56% 0.48% -
XYZ 9.82 15.24 9.45 -
YUV 96.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 54 122 77 0.56 0 0.37 0.52 140.29 0.39 0.35
Hex 36 7A 4D 38 0 25 34 8C 27 23
Octal 66 172 115 70 0 45 64 214 47 43
Binary 110110 1111010 1001101 111000 0 100101 110100 10001100 100111 100011

Color Harmonies of #367A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A4D

Black with #367A4D

Text Example


Text Example

White with #367A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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