Html Css Color HEX #367A4A Amazon

📋 copy color: '#367A4A'

red 54 ◦ green 122 ◦ blue 74

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

Shades of Amazon #367A4A

Tints of Amazon #367A4A

RGB

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

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

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

R = 21.6%
G = 48.8%
B = 29.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#367A4A (or 0x367A4A) is known color: Amazon. HEX triplet: 36, 7A and 4A. RGB value is (54,122,74). Sum of RGB (Red+Green+Blue) = 54+122+74=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #367A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A4A is #C985B5. Grayscale: #606060. Windows color (decimal): -13206966 or 4880950. OLE color: 4880950.

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

Color convert

RGB 54 122 74 -
CMYK 0.56 0 0.39 0.52
HSL 137.65º 0.39% 0.35% -
HSV(B) 137.65º 0.56% 0.48% -
XYZ 9.72 15.2 8.9 -
YUV 96.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 54 122 74 0.56 0 0.39 0.52 137.65 0.39 0.35
Hex 36 7A 4A 38 0 27 34 8A 27 23
Octal 66 172 112 70 0 47 64 212 47 43
Binary 110110 1111010 1001010 111000 0 100111 110100 10001010 100111 100011

Color Harmonies of #367A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A4A

Black with #367A4A

Text Example


Text Example

White with #367A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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