Html Css Color HEX #368247 Amazon

📋 copy color: '#368247'

red 54 ◦ green 130 ◦ blue 71

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

Shades of Amazon #368247

Tints of Amazon #368247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 21.18%
G = 50.98%
B = 27.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#368247 (or 0x368247) is known color: Amazon. HEX triplet: 36, 82 and 47. RGB value is (54,130,71). Sum of RGB (Red+Green+Blue) = 54+130+71=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #368247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368247 is #C97DB8. Grayscale: #646464. Windows color (decimal): -13204921 or 4686390. OLE color: 4686390.

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

Color convert

RGB 54 130 71 -
CMYK 0.58 0 0.45 0.49
HSL 133.42º 0.41% 0.36% -
HSV(B) 133.42º 0.58% 0.51% -
XYZ 10.64 17.2 8.72 -
YUV 100.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 54 130 71 0.58 0 0.45 0.49 133.42 0.41 0.36
Hex 36 82 47 3A 0 2D 31 85 29 24
Octal 66 202 107 72 0 55 61 205 51 44
Binary 110110 10000010 1000111 111010 0 101101 110001 10000101 101001 100100

Color Harmonies of #368247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368247

Black with #368247

Text Example


Text Example

White with #368247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368247; }

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

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

background-color css

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

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

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

border-color css

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

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

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