Html Css Color HEX #367448 Amazon

📋 copy color: '#367448'

red 54 ◦ green 116 ◦ blue 72

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

Shades of Amazon #367448

Tints of Amazon #367448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.93%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 22.31%
G = 47.93%
B = 29.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#367448 (or 0x367448) is known color: Amazon. HEX triplet: 36, 74 and 48. RGB value is (54,116,72). Sum of RGB (Red+Green+Blue) = 54+116+72=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #367448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367448 is #C98BB7. Grayscale: #5C5C5C. Windows color (decimal): -13208504 or 4748342. OLE color: 4748342.

HSL color Cylindrical-coordinate representation of color #367448: hue angle of 137.42º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367448 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 72 -
CMYK 0.53 0 0.38 0.55
HSL 137.42º 0.36% 0.33% -
HSV(B) 137.42º 0.53% 0.45% -
XYZ 8.94 13.74 8.31 -
YUV 92.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 54 116 72 0.53 0 0.38 0.55 137.42 0.36 0.33
Hex 36 74 48 35 0 26 37 89 24 21
Octal 66 164 110 65 0 46 67 211 44 41
Binary 110110 1110100 1001000 110101 0 100110 110111 10001001 100100 100001

Color Harmonies of #367448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367448

Black with #367448

Text Example


Text Example

White with #367448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367448; }

 p { color: rgb(54,116,72); }

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

background-color css

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

 a { background-color: rgb(54,116,72); }

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

border-color css

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

 span { border-color: rgb(54,116,72); }

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