Html Css Color HEX #368047 Amazon

📋 copy color: '#368047'

red 54 ◦ green 128 ◦ blue 71

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

Shades of Amazon #368047

Tints of Amazon #368047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 21.34%
G = 50.59%
B = 28.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#368047 (or 0x368047) is known color: Amazon. HEX triplet: 36, 80 and 47. RGB value is (54,128,71). Sum of RGB (Red+Green+Blue) = 54+128+71=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #368047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368047 is #C97FB8. Grayscale: #636363. Windows color (decimal): -13205433 or 4685878. OLE color: 4685878.

HSL color Cylindrical-coordinate representation of color #368047: hue angle of 133.78º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368047 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 71 -
CMYK 0.58 0 0.45 0.50
HSL 133.78º 0.41% 0.36% -
HSV(B) 133.78º 0.58% 0.5% -
XYZ 10.38 16.68 8.63 -
YUV 99.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 54 128 71 0.58 0 0.45 0.50 133.78 0.41 0.36
Hex 36 80 47 3A 0 2D 32 86 29 24
Octal 66 200 107 72 0 55 62 206 51 44
Binary 110110 10000000 1000111 111010 0 101101 110010 10000110 101001 100100

Color Harmonies of #368047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368047

Black with #368047

Text Example


Text Example

White with #368047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368047; }

 p { color: rgb(54,128,71); }

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

background-color css

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

 a { background-color: rgb(54,128,71); }

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

border-color css

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

 span { border-color: rgb(54,128,71); }

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