Html Css Color HEX #367048 Amazon

📋 copy color: '#367048'

red 54 ◦ green 112 ◦ blue 72

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

Shades of Amazon #367048

Tints of Amazon #367048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

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

R = 22.69%
G = 47.06%
B = 30.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#367048 (or 0x367048) is known color: Amazon. HEX triplet: 36, 70 and 48. RGB value is (54,112,72). Sum of RGB (Red+Green+Blue) = 54+112+72=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #367048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367048 is #C98FB7. Grayscale: #5A5A5A. Windows color (decimal): -13209528 or 4747318. OLE color: 4747318.

HSL color Cylindrical-coordinate representation of color #367048: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367048 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 72 -
CMYK 0.52 0 0.36 0.56
HSL 138.62º 0.35% 0.33% -
HSV(B) 138.62º 0.52% 0.44% -
XYZ 8.49 12.84 8.16 -
YUV 90.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 54 112 72 0.52 0 0.36 0.56 138.62 0.35 0.33
Hex 36 70 48 34 0 24 38 8B 23 21
Octal 66 160 110 64 0 44 70 213 43 41
Binary 110110 1110000 1001000 110100 0 100100 111000 10001011 100011 100001

Color Harmonies of #367048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367048

Black with #367048

Text Example


Text Example

White with #367048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367048; }

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

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

background-color css

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

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

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

border-color css

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

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

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